Static methods
Tag.
Public
isTag()
isTag()
The static method checks whether the provided value
of any type is an instance of Tag
.
Generic type variables
Name / Description |
---|
Parameters
Name: type | Description |
---|---|
| The value of any type to test against the |
| An optional tag name of a generic type variable |
| An optional wrap of a generic type variable |
Returns
Return type |
---|
The return type is a |
The return value is a boolean
indicating whether the value is the Tag
instance of any or given name, or of any or given wrap.
Example usage
Last updated