Gets a value indicating whether the task is dependent of or on the same branch with a specified task.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public bool IsDependentOf(
	Task masterPredecessorTask
)
Visual Basic (Declaration)
Public Function IsDependentOf ( _
	masterPredecessorTask As Task _
) As Boolean

Parameters

masterPredecessorTask
Type: DlhSoft.Windows.Data..::.Task
The task to determine whether this task is dependent of.

Return Value

A value indicating whether the task is dependent of or on the same branch with the specified task, either directly or through other dependencies.

See Also