Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenContainsToken Method

Determines whether an item with the specified associated token exists in the queue.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ContainsToken(
	TToken token
)

Parameters

token  TToken
The token.

Return Value

Boolean
True if the provided token exists in the queue; otherwise false.
See Also