Returns whether the multimap contains an entry with the value.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
Parameters
- value
- Type: SystemObject
the value whose existence is checked.
Return Value
Type: Booleantrue if the multimap contains an entry with the value, false otherwise.
See Also