Click or drag to resize

IMultiMapTKey, TValueContainsValue Method

Returns whether the multimap contains an entry with the value.

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