Returns a value indicating whether this instance is equal to the specified Date instance.

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

Syntax

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

Parameters

value
Type: DlhSoft.Windows.Data..::.Date
A Date 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