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.3179.0 (4.8.3179.0)
Syntax public bool ContainsToken(
TToken token
)
Parameters
- token TToken
- The token.
Return Value
BooleanTrue if the provided token exists in the queue; otherwise
false.
See Also