TaskProvider.TaskCollection.IList.Contains(Object) Метод

Определение

Получает значение, указывающее существует ли в коллекции указанная задача.

 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

Параметры

obj
Object

Искомая задача.

Возвращаемое значение

Boolean

true, если задача присутствует в коллекции; в противном случае — значение false.

Реализации

Применяется к