Spread Windows Forms 11.0 Product Documentation
Equals(Expression) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > BinaryOperatorExpression Class > Equals Method : Equals(Expression) Method
The other.
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 BinaryOperatorExpression
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

Reference

BinaryOperatorExpression Class
BinaryOperatorExpression Members
Overload List