Method IsType
IsType(TypeIndex)
Determines if the trait is equal to a type passed as argument.
Declaration
public bool IsType(Binary.TypeIndex typeIndex)
Parameters
Type | Name | Description |
---|---|---|
Binary.TypeIndex | typeIndex | The type to compare the trait to. |
Returns
Type | Description |
---|---|
bool | True if the trait is equal to the type passed as argument; otherwise, false. |