The other type that can be compared.
Compare this object to another one.
True if this object is equal to the one provided.
True if this object is greater than the one provided.
True if this object is greater than or equal to the one provided.
True if this object is less than the one provided.
True if this object is less than or equal to the one provided.
Generated using TypeDoc
A utility abstract class with no implementation for the function
cmp
and implementations forgt
,gteq
,eq
,lteq
, andlt
functions.