[This is preliminary documentation and is subject to change.]
Determines whether an element is in the BlockingQueue.
| C# |
public bool Contains( T item )
- item (T)
- The object to locate in the BlockingQueue. The value can be null for reference types.
true if item is found in BlockingQueue, otherwise,
false.