Function: eql

Return t if the two args are the same Lisp object.
Floating-point numbers of equal value are `eql', but they may not be `eq'.

(fn OBJ1 OBJ2)