Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Expression Class / Equals Method / Equals(Expression) Method
An Expression to compare with this instance.


In This Topic
    Equals(Expression) Method
    In This Topic
    Indicates whether the current Expression is equal to another Expression.
    Syntax
    'Declaration
     
    
    Public Overloads MustOverride Function Equals( _
       ByVal other As Expression _
    ) As Boolean
    'Usage
     
    
    Dim instance As Expression
    Dim other As Expression
    Dim value As Boolean
     
    value = instance.Equals(other)
    public abstract bool Equals( 
       Expression other
    )

    Parameters

    other
    An Expression to compare with this instance.

    Return Value

    true if the current Expression is equal to the other Expression; otherwise, false.
    See Also