WizardStepCollection.IList.Contains(Object) Metoda

Definice

Určuje, zda kolekce obsahuje zadaný objekt.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parametry

value
Object

Chcete-li Object najít v kolekci.

Návraty

true pokud se Object hodnota nachází v ; IListv opačném případě false.

Implementuje

Platí pro

Viz také