Returns a value indicating whether two instances of Date are equal.
Namespace:
DlhSoft.Windows.DataAssembly: 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.