(cond== arg ..clauses)
  arg: any form
  clauses: zero or more arrs
M

Successively tests a value for equality using ==.

cond== is equivalent to cond-eq?, except that arg is compared against each candidate using the == function.

cond-same?
loop