CogOCRMaxCharKey EqualTo Method Cognex VisionPro 9.5
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: 69.0.0.0
Syntax

public bool EqualTo(
	CogOCRMaxCharKey other
)

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also