CollectionUtilsContainsAll Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether all elements from the source collection are
contained in the target collection.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static bool ContainsAll(
ICollection target,
ICollection source
)
Parameters
- target
- Type: System.CollectionsICollection
Collection where elements are searched for.
- source
- Type: System.CollectionsICollection
Collection with objects to locate in the collection.
Return Value
Type:
Booleantrue if all the elements are found in the collection,
false otherwise.
Exceptions
Remarks
See Also