Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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

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

Syntax

C#
public virtual bool ContainsKey(
	Object key
)

Parameters

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

Return Value

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

See Also