Click or drag to resize
GeneralUtils.GetUsableComparison<T> Method
Gets a usable comparison for the comparer passed in.

Namespace:  SD.Tools.Algorithmia.UtilityClasses
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public static Comparison<T> GetUsableComparison<T>(
	IComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.Generic.IComparer<T>
The comparer.

Type Parameters

T
the type comparer works on

Return Value

Type: Comparison<T>
usable comparison
See Also