ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Padding Structure / Equals Method / Equals(Object) Method
The object to compare to the current Padding object.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the value of the specified object equals the current Padding object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare to the current Padding object.

    Return Value

    true if the specified System.Object is equal to this instance; otherwise, false.
    See Also