Cog3DVect2Collection Contains Method Cognex VisionPro 9.7
Determine if this collection contains an element whose value matches that of the specified value.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

public virtual bool Contains(
	Cog3DVect2 value
)

Return Value

Type: Boolean
True if the collection contains a matching element; false otherwise.

Implements

ICollection T  Contains(T)
See Also