Cog3DVect3F Inequality Operator Cognex VisionPro 9.23
Compare two Cog3DVect3F.

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

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

Return Value

Type: Boolean
False if exactly equal, true otherwise.
See Also