Method ContainsKey
ContainsKey(string)
Determines whether a metadata entry with the specified key exists in the collection.
public bool ContainsKey(string key)
Parameters
key
stringThe key to locate in the collection.
Returns
- bool
True if the collection contains a metadata entry with the key; otherwise, false.