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