Tests for object equality, not content equality. Two distinct objects that
contain the same content are not eq
.
an object; fixnums (small integers) with the same value are eq
.
Symbols with the same name are eq
.
an object;
‘t’ if OBJECT1 and OBJECT2 are the same object; ‘nil’ otherwise.