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.3.0.0 (1.3.17.0314)
Syntax protected Comparison<TElement> KeyCompareFunc { get; }
Protected ReadOnly Property KeyCompareFunc As Comparison(Of TElement)
Get
Property Value
Type:
ComparisonTElementSee Also