remove_all_array


Description:

[ CCode ( ordering = 15 ) ]
public virtual bool remove_all_array (G[] array)

Removes the subset of items in this collection corresponding to the elements in the input array. If there is several occurrences of the same value in this collection they are decremented of the number of occurrences in the input array.

Parameters:

array

the array which items will be compared with this collection.

Returns:

true if the collection has been changed, false otherwise