Test whether an array contains a value.
collection
Returns TRUE if the left array contains all elements of the right array. Element order does not matter; only set membership is checked. If either operand is NULL, the result is NULL.