Determines whether the specified item is in the collection.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function contains(item);
Type: Global.Type
The item to locate in the collection.This method corresponds to Collection.Contains(T) server-side member.