org.w3c.dom.Node.isSameNode
method
public isSameNode(other as Node) as Boolean
Description

Tests object identity with another node.

Parameters
  • other Node to compare.
Returns

True when both references target the same node.

Example
print(node.isSameNode(other))