XmpDictionaryNode.Contains Method

Determines whether the XmpDictionaryNode object 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 XmpDictionaryNode object.

Return Value

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

See Also

Reference