Click or drag to resize
HeapBaseTElementKeyCompareFunc Property
Gets the key compare func to compare elements based on key.

Namespace: SD.Tools.Algorithmia.Heaps
Assembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax
protected Comparison<TElement> KeyCompareFunc { get; }

Property Value

Type: ComparisonTElement
See Also