Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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