WizardStepCollection.IList.Contains Method (Object)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the collection contains the specified object.
Assembly: System.Web (in System.Web.dll)
private abstract Contains : value:Object -> bool private override Contains : value:Object -> bool
Parameters
- value
-
Type:
System.Object
The Object to locate in the collection.
Implements
IList.Contains(Object)
.NET Framework
Available since 2.0
Available since 2.0
Show: