Determines whether this collection contains all of the elements in the specified collection.
            
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax
Parameters
- c
 - Type: System.Collections.GenericICollectionTE
The collection 
Type Parameters
- TE
 - type of elements
 
Return Value
Type: Booleantrue if this collection contains all of the elements in the specified collection; otherwise, false.
See Also