XmpMetadata.Contains

Contains(string)

Checks does key is contained in metadata.

public bool Contains(string key)
ParameterTypeDescription
keyStringThe key of entry to find.

Return Value

True if key is contained in the metadata.

See Also


Contains(KeyValuePair<string, XmpValue>)

Checks does specified key-value pair is contained in the dictionary.

public bool Contains(KeyValuePair<string, XmpValue> item)
ParameterTypeDescription
itemKeyValuePair`2Key-value pair.

Return Value

true if this pauir was found.

See Also