LineMaxResult Inequality Operator Cognex VisionPro 9.21 SR1
Compares the inequality of two LineMaxResult objects.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
Syntax

public static bool operator !=(
	LineMaxResult a,
	LineMaxResult b
)

Return Value

Type: Boolean
True if the specified object is not equal to the current object; otherwise, false.
See Also