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