Returns whether the multimap contains an entry with the value.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
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