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

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

bool ContainsValue(
	Object value
)

Parameters

value
Type: SystemObject
the value whose existence is checked.

Return Value

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

Reference