Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / SyntaxNode Class / equals Method
Another syntax node.
In This Topic
    equals Method
    In This Topic
    Checks whether the @code:SyntaxNode equal to another.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    Another syntax node.

    Return Value

    Whether the current node equals to the specified node.
    See Also