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.4.0.0 (1.4.19.0711)
Syntaxprotected Func<TElement, TElement, bool> ElementCompareFunc { get; }Protected ReadOnly Property ElementCompareFunc As Func(Of TElement, TElement, Boolean)
	Get
Property Value
Type: 
FuncTElement, 
TElement, 
Boolean
See Also