IMultiMapTKey, TValueContainsKey Method Hazelcast .Net Client Class Library
Returns whether the multimap contains an entry with the key.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
the key whose existence is checked.

Return Value

Type: Boolean
true if the multimap contains an entry with the key, false otherwise.
See Also

Reference