ClassifyTrainItemCollection Equality Operator Cognex VisionPro 9.22
Compares the equality of two ClassifyTrainItemCollection objects.

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

public static bool operator ==(
	ClassifyTrainItemCollection a,
	ClassifyTrainItemCollection b
)

Return Value

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