Returns a value that indicates whether this instance is equal to the specified TimeOfDay instance.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public bool Equals(
	TimeOfDay value
)
Visual Basic (Declaration)
Public Function Equals ( _
	value As TimeOfDay _
) As Boolean

Parameters

value
Type: DlhSoft.Windows.Data..::.TimeOfDay
A TimeOfDay instance to compare to this instance.

Return Value

true if the value parameter equals the value of this instance; otherwise, false.

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also