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

Collection<T>.Contains Method

Determines whether an item is in the Collection<T>.

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

Syntax

Visual Basic
Public Function Contains ( _
	item As T _
) As Boolean
C#
public bool Contains(
	T item
)

Parameters

item

Type: T

The item to locate in the Collection<T>.

Return Value

The Boolean value indicating whether the item is found in the Collection<T>.

See Also

Reference