OCRBasicFielding Equality Operator Cognex VisionPro 9.21 SR1
Compares the equality of two OCRBasicFielding objects.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.1.1
Syntax

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

Return Value

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