IMultiMapTKey, TValueContainsEntry Method Hazelcast .Net Client Class Library
Returns whether the multimap contains the given key-value pair.

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

bool ContainsEntry(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
the key whose existence is checked.
value
Type: TValue
the value whose existence is checked.

Return Value

Type: Boolean
true if the multimap contains the key-value pair, false otherwise.
See Also

Reference