(same? ..args)
  args: two or more arguments (any type)
  returns a bool
F

Returns #t if all of its arguments share the same identity.

Each successive pair of arguments is compared in turn. If any of the comparisons are false, the function returns early.

See also: eq?

eq?
==any?