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.
The isEqualNode of Node for JS returns whether node and otherNode have the same properties.
node.isEqualNode(otherNode)
A node.