Cog3DVect3F Equality Operator Cognex VisionPro 9.8
Compare two Cog3DVect3F.

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

public static bool operator ==(
	Cog3DVect3F alpha,
	Cog3DVect3F beta
)

Return Value

Type: Boolean
True if exactly equal, false otherwise.
See Also