Determines whether this dictionary contains an element with the specified key.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public virtual bool Contains( Object 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.true
if the dictionary contains an element with the key; otherwise, false
.IDictionary.Contains(Object)