WizardStepCollection.IList.Contains(Object) Method

Definition

Determines whether the collection contains the specified object.

C#
bool IList.Contains(object value);

Parameters

value
Object

The Object to locate in the collection.

Returns

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

Implements

Applies to

See also