Compares objects of the same type using a custom selector and a comparer for the selector's return value.
Private
Readonly
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
Compares objects of the same type using a custom selector and a comparer for the selector's return value.