Click or drag to resize

SortedDictionaryContainsKey Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether the SortedDictionary contains a specific key.

Namespace:  Tangosol.Util.Collections
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public override bool ContainsKey(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the SortedDictionary.

Return Value

Type: Boolean
true if the SortedDictionary contains an element with the specified key; otherwise, false.
See Also