XmpPackage.ContainsKey

XmpPackage.ContainsKey method

Determines whether this collection specified key.

public virtual bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe key to be checked.

Return Value

true if the IDictionary contains the specified key; otherwise, false.

See Also