Determines whether a specified instance of TimeOfDay is equal to a specified TimeSpan.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public static bool operator ==( TimeOfDay d1, TimeSpan d2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator = ( _ d1 As TimeOfDay, _ d2 As TimeSpan _ ) As Boolean |
Parameters
- d1
- Type: DlhSoft.Windows.Data..::.TimeOfDay
A TimeOfDay.
- d2
- Type: System..::.TimeSpan
A TimeSpan.