Determines whether the collection contains the specified Element.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public bool Contains(
	Element element
)
Visual Basic (Declaration)
Public Function Contains ( _
	element As Element _
) As Boolean
Visual C++
public:
bool Contains(
	Element^ element
)

Parameters

element
Type: Neodynamic.WebControls.ImageDraw..::.Element
An Element to search for in the collection.

Return Value

true if the collection contains the specified Element; otherwise, false.

See Also