XmpArrayNode.Contains Method

Determines whether the XmpArrayNode contains a specific value.

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

Syntax

C#
public bool Contains(
	Object node
)

Parameters

node

Type: System.Object

The object to locate in the XmpArrayNode.

Return Value

true if the Object is found in the XmpArrayNode; otherwise, false.

Implements

IList.Contains(Object)

See Also

Reference