MetadataDictionary.Contains Method

Determines whether this dictionary contains an element with the specified key.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual bool Contains(
	Object key
)

Parameters

key

Type: System.Object

The key to locate in the dictionary. Typically it is a number that represents an EXIF/IPTC tag or Adobe resource block ID.

Return Value

true if the dictionary contains an element with the key; otherwise, false.

Implements

IDictionary.Contains(Object)

See Also

Reference