ActivityCollection.IList.Contains(Object) Methode

Definition

Ruft einen Wert ab, der angibt, ob es Object sich um ein Element der Auflistung handelt.

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

Parameter

value
Object

Der Object zu findende In der IList.

Gibt zurück

true if value is in the collection; otherwise, false.

Implementiert

Gilt für: