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