[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarcodeSizeOptions.Equals

Equals Method

Equals(object)

Compares this BarcodeSizeOptions to the specified object to determine whether the two objects specify the same options.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The object to which the current BarcodeSizeOptions is compared.

Returns
Type Description
bool

True if the two objects specify the same options, false otherwise.

Overrides