| HeapBaseTElementContains Method  | 
 
            Determines whether this heap contains the element specified
            
 
    Namespace: 
   SD.Tools.Algorithmia.Heaps
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic abstract bool Contains(
	TElement element
)
Public MustOverride Function Contains ( 
	element As TElement
) As Boolean
Parameters
- element
 - Type: TElement
The element. 
Return Value
Type: 
Booleantrue if the heap contains the element specified, false otherwise
See Also