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

VObjectCollection.Contains Method (Object)

Determines whether an object is in the collection.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

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

Parameters

value

Type: System.Object

An object to locate in the collection.

Return Value

true if the object is found in the collection; otherwise, false.

Remarks

The value can be a null reference.

See Also

Reference