Returns a value indicating whether two instances of Date 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(
	Date d1,
	Date d2
)
Visual Basic (Declaration)
Public Shared Function Equals ( _
	d1 As Date, _
	d2 As Date _
) As Boolean

Parameters

d1
Type: DlhSoft.Windows.Data..::.Date
The first Date instance.
d2
Type: DlhSoft.Windows.Data..::.Date
The second Date instance.

Return Value

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

See Also