# File lib/mongo/database.rb, line 87
    def ==(other)
      return false unless other.is_a?(Database)
      name == other.name
    end