@verb #5406:":equals" this none this rxdo #7788 @program #5406:":equals" this none this " boolean equals(Node other)" " -> Returns whether or not this nodes is the same node as the other node. Note that this function exists because it is possible that 'this != other' while 'this->equals(other)'. == should not be used to test equality of DOM nodes." " This function is a implementation extension to DOM. It is not standard." {other} = args return this->__nodeId == other->__nodeId "Last modified by Lao-Tzu (#8084) on Wed Nov 13 20:14:19 2002 MST." .