[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Equals

Equals Method

Equals(object)

Checks whether the FormulaSyntaxTree equal to another.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

Another syntax tree.

Returns
Type Description
bool

Whether the tree equals to the specified node.

Overrides