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