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