Method Equals
Equals(TypeIndex)
Determines whether two type indices are equal.
Declaration
public bool Equals(Binary.TypeIndex typeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.TypeIndex | typeIndex | The index to compare against the current index. |
Returns
| Type | Description |
|---|---|
| bool | True if the specified index is equal to the current index; otherwise, false. |