Determine if this collection contains an element whose value
matches that of the specified value.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro3D Cog3DVect2
The Cog3DVect2 to match.
Return Value
Type: BooleanTrue if the collection contains a matching element; false otherwise.
Implements
ICollection T Contains(T)See Also