IReadOnlyDictionaryContains 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-b0295
Syntax bool Contains(
string key
)
Parameters
- key
- Type: SystemString
The key to check for
Return Value
Type:
Booleantrue if the dictionary contains the key, else
falseSee Also