# File lib/mongo/util/node.rb, line 15
    def eql?(other)
      other.is_a?(Node) && @address == other.address
    end