Retains only the elements in this collection that are contained in the specified collection (optional operation).
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- c
- Type: System.Collections.GenericICollectionT
The c.
Type Parameters
- T
- type of elements
Return Value
Type: Booleantrue if this collection changed, false otherwise.
Remarks
See Also