org.w3c.dom.Node.isEqualNode
method
public isEqualNode(arg as Node) as Boolean
Description

Tests structural equality with another node.

Parameters
  • arg Node to compare.
Returns

True when both nodes have equal DOM content.

Example
print(node.isEqualNode(other))