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

Tests structural equality with another node.

Parameters
ParameterDescription
argNode to compare.
Returns

True when both nodes have equal DOM content.

Example
print(node.isEqualNode(other))