Determines whether a specified instance of Date is not equal to a specified DateTime.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.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 |