Spread Windows Forms 12.0 Product Documentation
Equals(Expression) Method


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

Return Value

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

Reference

Expression Class
Expression Members
Overload List