| ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenContainsToken Method | 
            Determines whether an item with the specified associated token exists in the queue.
            
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic bool ContainsToken(
	TToken token
)
Parameters
- token  TToken
- The token.
Return Value
BooleanTrue if the provided token exists in the queue; otherwise 
false.
 See Also
See Also