CogOCRMaxCharKey EqualTo Method Cognex VisionPro
Returns true if other has the same character code, instance number, font ID, and variant.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public bool EqualTo(
	CogOCRMaxCharKey other
)

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also