TaskProvider::TaskCollection::IList::Contains Method (Object^)

 

Gets whether or not the specified task exists in the collection.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual bool Contains(
	Object^ obj
) sealed = IList::Contains

Parameters

obj
Type: System::Object^

The task to find.

Return Value

Type: System::Boolean

true if the task exists in the collection, otherwise false.

Return to top
Show: