Click or drag to resize

DictionaryObjectContains Method

Checks if a given key is present in the dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key to check for

Return Value

Type: Boolean
true if the dictionary contains the key, else false

Implements

IDictionaryObjectContains(String)
See Also