equalp

equalp is an alias for `cl-equalp' in `cl.el'.

(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.