Method ContainsKey
ContainsKey(string)
Determines whether a metadata entry with the specified key exists in the collection.
public bool ContainsKey(string key)
Parameters
keystringThe key to search for in the collection.
Returns
- bool
trueif the collection contains a metadata entry with the specified key; otherwise,false.