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