Click or drag to resize

IDictionaryObjectContains 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#
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
See Also