ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Parser Namespace / Location Structure / Equals Method / Equals(Object) Method
The object to compare this object to.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines if the specified object is equal to this 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 this object to.

    Return Value

    True if the specified object is equal to this one.
    See Also