IMapTKey, TValueContainsValue Method Hazelcast .Net Client Class Library
Determines whether this map contains one or more keys to the specified value

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

bool ContainsValue(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: Boolean
Returns true if this map contains one or more keys to the specified value
See Also

Reference