Click or drag to resize
DigitalRunePriorityQueueTContains Method
Determines whether the queue contains the specified item.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: Boolean
if the queue contains the specified item; otherwise, .

Implements

ICollectionTContains(T)
See Also