Queue.Contains Method
Determines whether an element is in the Queue.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual bool Contains (
Object obj
)
Parameters
Return Value
true if obj is found in the Queue; otherwise, false.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.