PriorityQueueBaseTElementContains 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.4.0.0 (1.4.19.0711)
Syntaxpublic abstract bool Contains(
	TElement element
)
Public MustOverride Function Contains ( 
	element As TElement
) As Boolean
Parameters
- element
 - Type: TElement
The element to check. 
Return Value
Type: 
Booleantrue if elementToCheck is in the queue, false otherwise
See Also