APRlib

SupportClass.ListCollectionSupport.ContainsAll Method (CollectionSupport)

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

public virtual bool ContainsAll(
   CollectionSupport collection
);

Parameters

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

Return Value

Returns true if all the elements are contained in the collection. Otherwise returns false.

See Also

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