Determines whether a specified instance of Date is equal to a specified DateTime.

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

Syntax

C#
public static bool operator ==(
	Date d1,
	DateTime d2
)
Visual Basic (Declaration)
Public Shared Operator = ( _
	d1 As Date, _
	d2 As DateTime _
) As Boolean

Parameters

d1
Type: DlhSoft.Windows.Data..::.Date
A Date.
d2
Type: System..::.DateTime
A DateTime.

Return Value

true if d1 and d2 represent the same date; otherwise, false.

See Also