# File lib/mongo/server/description.rb, line 701 def ==(other) return false if self.class != other.class return false if unknown? || other.unknown? compare_config(other) end