OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport.ContainsAll Method 

Determines whether the collection contains all the elements in the specified collection.

public static bool ContainsAll(
   ICollection target,
   ICollection c
);

Parameters

target
The collection to check.
c
Collection whose elements would be checked for containment.

Return Value

true id the target collection contains all the elements of the specified collection.

See Also

SupportClass.ICollectionSupport Class | (global) Namespace