List is contained in other list
Checks if the elements of the first list are contained in the second one regardless of order.
- Use
count()to check if any value inahas more occurrences than it has inb. - Return
Falseif any such value is found,Trueotherwise.