Link Search Menu Expand Document

OCRCorrectionEquals Method (Object)

Determines whether the specified Object is equal to the current Object.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
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.
Exceptions
ExceptionCondition
NullReferenceException The obj parameter is null.
See Also

Reference