Operator LessThan
LessThan(Uuid, Uuid)
Declaration
public static bool operator <(Uuid a, Uuid b)
Parameters
Type | Name | Description |
---|---|---|
Uuid | a | |
Uuid | b |
Returns
Type | Description |
---|---|
Boolean |
true , if a precedes b in the sort order, otherwise
false .
|