public isEqualNode(arg as Node) as Boolean
Tests structural equality with another node.
True when both nodes have equal DOM content.
print(node.isEqualNode(other))