ParameterCollection.Contains Method (Parameter)
.NET Framework (current version)
Determines whether the ParameterCollection collection contains a specific value
Assembly: System.Web (in System.Web.dll)
Parameters
- parameter
-
Type:
System.Web.UI.WebControls.Parameter
The Parameter to locate in the ParameterCollection.
Return Value
Type: System.Booleantrue if the object is found in the ParameterCollection; otherwise, false. If null is passed for the value parameter, false is returned.
Use this method to determine whether a specified Parameter object is in the ParameterCollection collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: