Skip to content

ContainsAll

ContainsAll(list1, list2)

returns True if list1 contains all of the elements that appear in list2.

Examples