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