Basic Examples 
(2)
 

Check if the elements of the second list are all contained in the first list:
In[81]:=
[◼]
ContainsAllMultiplicities
[{b,a,b,c},{a,b,b}]
Out[81]=
True
———
Check if the elements of the second list are all contained in the first list:
In[82]:=
[◼]
ContainsAllMultiplicities
[{b,a,b,c},{a,b,b,b}]
Out[82]=
False

Scope 
(2)
 


Properties and Relations 
(5)
 


Neat Examples 
(1)
 
