[]
Checks whether the SyntaxNode equal to another.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | Another syntax node. |
Type | Description |
---|---|
bool | Whether the current node equals to the specified node. |