Method Equals
Equals(TagIndex)
Determines whether two tag indices are equal.
Declaration
public bool Equals(Binary.TagIndex tagIndex)
Parameters
Type | Name | Description |
---|---|---|
Binary.TagIndex | tagIndex | 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. |