Method IsType
IsType(MarkerIndex, TypeIndex)
Determines whether the specified marker is an instance of the type passed as argument.
Declaration
public bool IsType(Binary.MarkerIndex markerIndex, Binary.TypeIndex typeIndex)
Parameters
Type | Name | Description |
---|---|---|
Binary.MarkerIndex | markerIndex | The marker to compare with the type. |
Binary.TypeIndex | typeIndex | The type to compare the marker for. |
Returns
Type | Description |
---|---|
bool | True if the marker is of the specified type; false otherwise. |