ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Interactivity Namespace / ActionKey Structure / Equals Method / Equals(Object) Method
The object to compare with.

In This Topic
    Equals(Object) Method
    In This Topic
    Checks whether the given object equals to this.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal other As Object _
    ) As Boolean
    public override bool Equals( 
       object other
    )

    Parameters

    other
    The object to compare with.
    See Also