JoinableTaskCollection::Contains Method (JoinableTask^)

 

Determines whether the specified job is a member of this collection.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
bool Contains(
	JoinableTask^ job
)

Return Value

Type: System::Boolean

true if the job is s member of this collection, otherwise false.

Return to top
Show: