Click or drag to resize

TaskCollectionContains Method

Determines whether the ICollectionT contains a specific value.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public bool Contains(
	Task item
)

Parameters

item
Type: AGI.Parallel.InfrastructureTask
The object to locate in the ICollectionT.

Return Value

Type: Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also

STK Parallel Computing Server 2.9 API for .NET