Gets a value indicating whether the task is on the same branch with a specified task.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public bool IsOnBranchOf( Task masterTask ) |
| Visual Basic (Declaration) |
|---|
Public Function IsOnBranchOf ( _ masterTask As Task _ ) As Boolean |
Parameters
- masterTask
- Type: DlhSoft.Windows.Data..::.Task
The task to determine whether this task is on the same branch with.