Click or drag to resize

GeneralUtilsGetUsableComparisonT 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.4.0.0 (1.4.19.0529)
Syntax
public static Comparison<T> GetUsableComparison<T>(
	IComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerT
The comparer.

Type Parameters

T
the type comparer works on

Return Value

Type: ComparisonT
usable comparison
See Also