Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / UnaryOperatorExpression Class / Equals Method / Equals(Expression) Method
The other.


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

    Parameters

    other
    The other.

    Return Value

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