Click or drag to resize

IMultiMapTKey, TValueContainsEntry Method

Returns whether the multimap contains the given key-value pair.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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