Method Equals
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Equals(object)
Determines whether the specified Node is equal to the current Node.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current node.
Returns
- bool
True if the specified node is equal to the current node; otherwise, false.