Operator LessThan LessThan(Uuid, Uuid) Determines whether an Uuid instance precedes another Uuid instance in the sort order. 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.