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