# File lib/aws/http/request_param.rb, line 48
        def ==(other)
          other.kind_of?(Param) &&
            to_s == other.to_s
        end