Click or drag to resize
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.Heaps
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
protected Func<TElement, TElement, bool> ElementCompareFunc { get; }

Property Value

Type: FuncTElement, TElement, Boolean
See Also