Cog3DEulerXYZ Inequality Operator Cognex VisionPro 9.10
Compare two Cog3DEulerXYZ.

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

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

Return Value

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