 | ReverseComparerTCompare Method |
Returns the result of comparing the specified values using the original
comparer, but reversing the order of comparison.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic int Compare(
T x,
T y
)
Public Function Compare (
x As T,
y As T
) As Integer
public:
virtual int Compare(
T x,
T y
) sealed
abstract Compare :
x : 'T *
y : 'T -> int
override Compare :
x : 'T *
y : 'T -> int
Parameters
- x
- Type: T
[Missing <param name="x"/> documentation for "M:Koden.Utils.ReverseComparer`1.Compare(`0,`0)"]
- y
- Type: T
[Missing <param name="y"/> documentation for "M:Koden.Utils.ReverseComparer`1.Compare(`0,`0)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Koden.Utils.ReverseComparer`1.Compare(`0,`0)"]
Implements
IComparerTCompare(T, T)
See Also