TaskProvider.TaskCollection.IList.Contains(Object) Methode

Definition

Ruft ab, ob die angegebene Aufgabe in der Auflistung vorhanden ist.

 virtual bool System.Collections.IList.Contains(System::Object ^ obj) = System::Collections::IList::Contains;
 virtual bool System.Collections.IList.Contains(Platform::Object ^ obj) = System::Collections::IList::Contains;
bool System.Collections.IList.Contains(winrt::Windows::Foundation::IInspectable const & obj);
bool IList.Contains (object obj);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (obj As Object) As Boolean Implements IList.Contains

Parameter

obj
Object

Die zu suchende Aufgabe.

Gibt zurück

Boolean

true, wenn die Aufgabe in der Auflistung vorhanden ist, andernfalls false.

Implementiert

Gilt für