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