APRlib

SupportClass.SetSupport.ContainsAll Method (ICollection)

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

public 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

SupportClass.SetSupport Class | (global) Namespace | SupportClass.SetSupport.ContainsAll Overload List