Collection.contains Method

Determines whether the specified item is in the collection.

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

Syntax

Java Script
function contains(item);

Parameters

item

Type: Global..Type

The item to locate in the collection.

Return Value

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

See Also

Reference