Skip to content

ContainsAll

Tests whether a list contains every element of another list.

$ wo 'ContainsAll[{1, 2, 3, 4}, {2, 3}]'
True
$ wo 'ContainsAll[{1, 2, 3}, {2, 4}]'
False