DateTime.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether two specified instances of DateTime are not equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- d1
- Type: System.DateTime
The first object to compare.
- d2
- Type: System.DateTime
The second object to compare.
Return Value
Type: System.Booleantrue if d1 and d2 do not represent the same date and time; otherwise, false.
Show: