SegmentTool Inequality Operator Cognex VisionPro 9.22
Compares the inequality of two SegmentTool objects.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.22.2.0
Syntax

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

Return Value

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