ContainsKey Method
Definition
ContainsKey(string)
Determines whether the MetadataDictionary contains an element with the specified key.
public bool ContainsKey(string key)
Parameters
keystringThe key to locate in the MetadataDictionary.
Returns
- bool
true if the MetadataDictionary contains an element with the key; otherwise, false.