Method CompareTo
CompareTo(Hash128)
Compares this hash's value to another hash's, and returns an integer that is negative if this hash's value is less, 0 if the same, or positive if more than the other hash.
Declaration
public int CompareTo(Hash128 other)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | other | The hash to compare to this hash. |
Returns
Type | Description |
---|---|
int | a negative number, if this hash's value is less than the other hash's. zero, if the hash's values are the same. a positive number, if this hash's value is more than the other hash's. |