Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class / Equals Method
Another syntax tree.
In This Topic
    Equals Method (FormulaSyntaxTree)
    In This Topic
    Checks whether the FormulaSyntaxTree equal to another.
    Syntax
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    Another syntax tree.

    Return Value

    Whether the tree equals to the specified node.
    See Also