Click or drag to resize

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
Syntax
public int Compare(
	T x,
	T y
)

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