Returns a value that indicates whether two instances of TimeOfDay are equal.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public static bool Equals( TimeOfDay d1, TimeOfDay d2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Equals ( _ d1 As TimeOfDay, _ d2 As TimeOfDay _ ) As Boolean |
Parameters
- d1
- Type: DlhSoft.Windows.Data..::.TimeOfDay
The first TimeOfDay instance.
- d2
- Type: DlhSoft.Windows.Data..::.TimeOfDay
The second TimeOfDay instance.