Operator operator <
operator <(Hash128, Hash128)
Determines whether one hash's value is less than another hash's value
Declaration
public static bool operator <(Hash128 a, Hash128 b)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | a | The first hash to compare. |
Hash128 | b | The second hash to compare. |
Returns
Type | Description |
---|---|
bool | Whether the first hash is less than the second hash, or not. |