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.0711)
Syntaxprotected Comparison<TElement> KeyCompareFunc { get; }Protected ReadOnly Property KeyCompareFunc As Comparison(Of TElement)
	Get
Property Value
Type: 
ComparisonTElement
See Also