Link Search Menu Expand Document

MarginsEquals Method

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

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current Margins.

Return Value

Type: Boolean
true if the specified Object is equal to the current Margins; otherwise, false.
Exceptions
ExceptionCondition
NullReferenceExceptionThe obj parameter is null.
See Also

Reference