Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview 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 are equal.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       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