ClassifyImageItemCollection Inequality Operator Cognex VisionPro 9.20
Compares the inequality of two ClassifyImageItemCollection objects.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.10.0.0
Syntax

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

Return Value

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