Link Search Menu Expand Document

CorrectionEquals Method (Object)

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

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-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