BinaryHeapPriorityQueueTElementContains Method  | 
 
            Determines whether the queue contains the element specified
            
 
    Namespace: 
   SD.Tools.Algorithmia.PriorityQueues
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic override bool Contains(
	TElement elementToCheck
)
Public Overrides Function Contains ( 
	elementToCheck As TElement
) As Boolean
Parameters
- elementToCheck
 - Type: TElement
The element to check. 
Return Value
Type: 
Boolean
            true if elementToCheck is in the queue, false otherwise
            
See Also