WizardStepCollection.IList.Contains Method (Object)

 

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.

Namespace:   System.Web.UI.WebControls
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.

Return Value

Type: System.Boolean

true if the Object is found in the IList; otherwise false.

.NET Framework
Available since 2.0
Return to top
Show: