Returns a value that indicates whether two instances of TimeOfDay are equal.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.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.

Return Value

true if the two TimeOfDay values are equal; otherwise, false.

See Also