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

XmpArrayNode.Contains Method

Determines whether an element is in the array.

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

Syntax

Visual Basic
Public Function Contains ( _
	node As Object _
) As Boolean
C#
public bool Contains(
	Object node
)

Parameters

node

Type: System.Object

The object to locate in the array. The element to locate can be a null reference (Nothing in Visual Basic).

Return Value

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

See Also

Reference