LineMaxEdgePointCollection Inequality Operator Cognex VisionPro 9.24
Compares the inequality of two LineMaxEdgePointCollection objects.

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

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

Return Value

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