Persistate API documentation
Contains Method (item)
NamespacesPersistate.UtilBlockingQueue<(Of <(<'T>)>)>Contains(T)

[This is preliminary documentation and is subject to change.]

Determines whether an element is in the BlockingQueue.
Declaration Syntax
C#
public bool Contains(
	T item
)
Parameters
item (T)
The object to locate in the BlockingQueue. The value can be null for reference types.
Return Value
true if item is found in BlockingQueue, otherwise, false.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)