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