| FibonacciHeapTElementContains Method  | 
            Determines whether this heap contains the element specified
            
 
Namespace: SD.Tools.Algorithmia.HeapsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic override bool Contains(
	TElement element
)
Public Overrides Function Contains ( 
	element As TElement
) As Boolean
Parameters
- element
 - Type: TElement
The element. 
Return Value
Type: 
Boolean
            true if the heap contains the element specified, false otherwise
            
See Also