# File lib/mongo/server.rb, line 137 def ==(other) return false unless other.is_a?(Server) address == other.address end