MindFusion WinForms Programmer's Guide
TaskCollection.Contains Method
See Also
 





Determines whether this collection contains a task identified by the specified string.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Contains (
    string taskId
)

Visual Basic  Copy Code

Public Function Contains( _
    taskId As String _
) As Boolean

 Parameters

taskId

The identifier of a task to search for in the collection.

 Return Value

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

 See Also

TaskCollection Members
TaskCollection Class
MindFusion.Scheduling Namespace