System.Web.UI.WebControls.ParameterCollection.Contains Method

Determines whether the System.Web.UI.WebControls.ParameterCollection collection contains a specific value

Syntax

public bool Contains (Parameter param)

Parameters

param
Documentation for this section has not yet been entered.

Returns

true if the object is found in the System.Web.UI.WebControls.ParameterCollection; otherwise, false. If null is passed for the value parameter, false is returned.

Remarks

Use this method to determine whether a specified System.Web.UI.WebControls.Parameter object is in the System.Web.UI.WebControls.ParameterCollection collection.

Requirements

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