Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarcodeSizeOptions Class / Equals Method
The object to which the current BarcodeSizeOptions is compared.

In This Topic
    Equals Method (BarcodeSizeOptions)
    In This Topic
    Compares this BarcodeSizeOptions to the specified object to determine whether the two objects specify the same options.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    The object to which the current BarcodeSizeOptions is compared.

    Return Value

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