(cond-same? arg ..clauses)
  arg: any form
  clauses: zero or more arrs
M

Successively tests a value for equality using same?.

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

cond-eq?
cond==