Microsoft FactoryOrchestrator Core LockingList T Contains(T)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.LockingList<T>
LockingList<T>.Contains(T) Method
Determines whether this instance contains the object.
public bool Contains(T item);
Parameters
item
T
The object to locate in the System.Collections.ICollection.
Returns
System.Boolean
true if item is found in the System.Collections.ICollection; otherwise, false.