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)
Public Function Contains ( _ item As T _ ) As Boolean
public bool Contains( T item )
Type: T
The item to locate in the Collection<T>.