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