OCRLineCollection Equality Operator Cognex VisionPro 9.24
Compares the equality of two OCRLineCollection objects.

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

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

Return Value

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