ParameterCollection.Contains Method
.NET Framework 3.0
Determines whether the ParameterCollection collection contains a specific value
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( Parameter parameter )
public function Contains ( parameter : Parameter ) : boolean
Not applicable.
Parameters
- parameter
The Parameter to locate in the ParameterCollection.
Return Value
true if the object is found in the ParameterCollection; otherwise, false. If a null reference (Nothing in Visual Basic) is passed for the value parameter, false is returned.Community Additions
ADD
Show: