Returns true if list contains all elements provided in an array, else, false
returns false if the array contains the same elements at more than one index
See Implementation
Returns true if list contains all elements provided in an array, else, false
returns false if the array contains the same elements at more than one index