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