# File lib/aws/configuration.rb, line 230
    def == other
      other.is_a?(self.class) and self.supplied == other.supplied
    end