[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.SyntaxNode.Equals

Equals Method

Equals(object)

Checks whether the SyntaxNode equal to another.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

Another syntax node.

Returns
Type Description
bool

Whether the current node equals to the specified node.

Overrides