WizardStepCollection.Contains Method
.NET Framework 3.0
Determines whether the WizardStepCollection collection contains a specific WizardStepBase-derived object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( WizardStepBase wizardStep )
public function Contains ( wizardStep : WizardStepBase ) : boolean
Not applicable.
Parameters
- wizardStep
The WizardStepBase-derived object to find in the WizardStepCollection collection.
Return Value
true if the WizardStepBase-derived object is found in the WizardStepCollection collection; otherwise, false.Community Additions
ADD
Show: