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

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

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

Return Value

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