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.6.4.0
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