ClassifyImageResult Equals Method Cognex VisionPro 9.22
Compares the equality of this object with another.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The object to compare with the current object.

Return Value

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