Cog3DResiduals Inequality Operator Cognex VisionPro
Compare two Cog3DResiduals.

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

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

Return Value

Type: Boolean
False if the two Residuals are exactly equal, true otherwise.
See Also