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.4.0.0 (1.4.19.0529)
Syntax
protected Comparison<TElement> KeyCompareFunc { get; }

Property Value

Type: ComparisonTElement
See Also