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