member

member is a built-in function in `C source code'.

(member ELT LIST)

Return non-nil if ELT is an element of LIST. Comparison done with `equal'.
The value is actually the tail of LIST whose car is ELT.