ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / Equals Method
The System.Object to which the BackdropItem object is being compared.

In This Topic
    Equals Method (BackdropItem)
    In This Topic
    Compares the BackdropItem object to another System.Object to see if they are equal.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The System.Object to which the BackdropItem object is being compared.

    Return Value

    Boolean. Returns True if the BackdropItem object is equal to the System.Object; otherwise False.
    See Also