Determines whether the collection contains a specified Task.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public bool Contains(
	Task value
)
Visual Basic
Public Function Contains ( _
	value As Task _
) As Boolean
Visual C++
public:
bool Contains(
	Task^ value
)

Parameters

value
Type: DayPilot.Web.Ui..::..Task
Task to be found.

Return Value

True if the collection contains the Task

See Also