Abstract
The fluent syntax for Ordering.
Ordering
Readonly
The property that discriminates Ordering.
If this and that Ordering are Equal, return Equal; otherwise, return the first non-Equal.
Equal
Compare this and that Ordering to determine their ordering.
When ordered, Less compares as less than Equal which compares as less than Greater.
Less
Greater
Compare this and that Ordering to determine their equality.
Two Ordering are equal if they are the same variant.
Test whether this Ordering is Equal.
Test whether this Ordering is Greater or Equal.
Test whether this Ordering is Greater.
Test whether this Ordering is Less or Equal.
Test whether this Ordering is Less.
Test whether this Ordering is not Equal.
Reverse this Ordering.
Convert this Ordering to a number.
Generated using TypeDoc
The fluent syntax for
Ordering
.