APRlib

SetBase.ContainsAll Method 

Verifies that all the elements of the specified collection are contained into the current collection.

protected virtual bool ContainsAll(
   ICollection collection
);

Parameters

collection
The collection used to extract the elements that will be verified.

Return Value

True if the collection contains all the given elements.

See Also

SetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace