HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

isEqualNode

Description

The isEqualNode of Node for JS returns whether node and otherNode have the same properties.

Syntax

node.isEqualNode(otherNode)

Parameters

otherNode

A node.

Examples

1 · true

2 · false