ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / Equals Method / Equals(Object) Method
The object to be converted to the Variant and compared with it.

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

    Parameters

    other
    The object to be converted to the Variant and compared with it.

    Return Value

    True if the variants are equal, False otherwise.
    See Also