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