XMLNode.isEqualNode( node as Node ) as Boolean
Whether this node is equal to another node.
cts.doc("example.xml").firstChild.isEqualNode( cts.doc("example2.xml").firstChild)