Default implementation
Compares 'x' to 'y' where the following rules apply;
Returns true if 'x' is equal to 'y'.
Returns true if 'x' is greater than 'y'.
Returns true if 'x' is greater than or equal to 'y'.
Returns true if 'x' is les than 'y'.
Returns true if 'x' is less than or equal to 'y'.
Generated using TypeDoc
Default implementation