Determines whether an element is in the collection.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- value
- Type: T
The object to locate in the Collection
Return Value
Type: Booleantrue if value is found in the Collection, otherwise, false.
Implements
ICollection T Contains(T)See Also