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