remove_all


Description:

[ CCode ( ordering = 6 ) ]
public virtual bool remove_all (Collection<G> collection)

Removes the subset of items in this collection corresponding to the elements in the input collection. If there is several occurrences of the same value in this collection they are decremented of the number of occurrences in 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