class Aws::Query::Param

def ==(other)

Other tags:
    Api: - private
def ==(other)
  other.kind_of?(Param) &&
  other.name == name &&
  other.value == value
end