PocketPlanner Programmer's Guide

TaskCollection.Contains Method (Task)

See Also

Determines whether this collection contains the specified task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    Task task
)

Visual Basic

Public Function Contains ( _
    task As Task _
) As Boolean

 Parameters

task
The Task object to search for in the collection.

 Return Value

true if the object is found or false if it isn't.

 See Also