NamedMapTKey, TValueContainsValue Method

ScaleOut Software NamedCache API

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public bool ContainsValue(
	TValue value
)

Parameters

value
Type: TValue
The element's value to check.

Return Value

Type: Boolean
true if there is at least one key with this value in the map, false otherwise.
See Also

Reference