public isSameNode(other as Node) as Boolean
Tests object identity with another node.
True when both references target the same node.
print(node.isSameNode(other))