System.Web.UI.WebControls.WebParts.EditorPartCollection.Contains Method

Returns a value that indicates whether a particular control is in the collection.

Syntax

public bool Contains (EditorPart editorPart)

Parameters

editorPart
The System.Web.UI.WebControls.WebParts.EditorPart being tested for its status as a member of the collection.

Returns

A Boolean value that indicates whether the System.Web.UI.WebControls.WebParts.EditorPart is in the collection.

Remarks

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0