This documentation is for the old version. Go to the latest Graphics Mill docs

XmpDictionaryNode.Contains Method

Determines whether a node is in the dictionary.

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

Syntax

Visual Basic
Public Overridable Function Contains ( _
	key As Object _
) As Boolean
C#
public virtual bool Contains(
	Object key
)

Parameters

key

Type: System.Object

Node to locate in the dictionary. The node to locate can be a null reference (Nothing in Visual Basic).

Return Value

true if value is found in the tree; otherwise, false.

See Also

Reference