# File lib/aws/core/http/request.rb, line 234
          def ==(other)
            other.kind_of?(Param) and to_s == other.to_s
          end