Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / FormulaSyntaxTree Class / equals Method
The object to compare with the current FormulaSyntaxTree object.
In This Topic
    equals Method
    In This Topic
    Determines whether the current FormulaSyntaxTree object is equal to another object.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    The object to compare with the current FormulaSyntaxTree object.

    Return Value

    true if the current FormulaSyntaxTree object is equal to the specified object; otherwise, false.
    See Also