[]
        
(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)
Parameters
Type Name Description
object obj

Another syntax tree.

Returns
Type Description
bool

Whether the tree equals to the specified node.

Overrides