Determines whether the ICollection<T> contains a specific value.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<String, String>
The object to locate in the ICollection<T>.
Return Value
Type: Booleantrue if item is found in the ICollection<T>; otherwise, false.
Implements
ICollection<T>.Contains(T)See Also