HeapBaseTElementElementCompareFunc Property |
Gets the element compare func, which is the func to compare two elements based on the heap type: the function returns true if the first element
is indeed the correct parent of the second element or false if not.
Namespace: SD.Tools.Algorithmia.HeapsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax protected Func<TElement, TElement, bool> ElementCompareFunc { get; }
Protected ReadOnly Property ElementCompareFunc As Func(Of TElement, TElement, Boolean)
Get
Property Value
Type:
FuncTElement,
TElement,
BooleanSee Also