contains_all


Description:

[ CCode ( ordering = 5 ) ]
public virtual bool contains_all (Collection<G> collection)

Returns true it this collection contains all items as the input collection.

Parameters:

collection

the collection which items will be compared with this collection.

Returns:

true if the collection has been changed, false otherwise