# File lib/nokogiri/xml/node.rb, line 342 def == other return false unless other return false unless other.respond_to?(:pointer_id) pointer_id == other.pointer_id end