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

    Parameters

    obj
    Another syntax node.

    Return Value

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