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