Table of Contents

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 object

The object to compare with the current node.

Returns

bool

True if the specified node is equal to the current node; otherwise, false.