Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determines whether the IDictionary object contains an element with the specified value.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual bool ContainsValue(
	Object value
)

Parameters

value
Type: System..::.Object
The value to locate in the IDictionary object.

Return Value

true if the IDictionary contains an element with the value; otherwise, false.

See Also