cl-equalp

cl-equalp is an autoloaded compiled Lisp function in `cl-extra.el'.

(cl-equalp X Y)

Return t if two Lisp objects have similar structures and contents.
This is like `equal', except that it accepts numerically equal
numbers of different types (float vs. integer), and also compares
strings case-insensitively.