contains_all
Description:
[ Version ( deprecated = true ,  replacement = "Map.has_all" ) ]
public bool contains_all (Map<K,V> map)
  public bool contains_all (Map<K,V> map)
Warning: contains_all is deprecated. Use Map.has_all.
Returns true if this map contains all the same items as the input map.
Parameters:
| map | 
           the map which items will be compared with this map  |