Determines whether two specified instances of DateTime are not equal.
true if d1 and d2 do not represent the same date and time; otherwise, false.
The DateTime.op_Inequality(DateTime, DateTime) operator determines whether two DateTime values are not equal by comparing their number of ticks. Before comparing DateTime objects, make sure that the objects represent times in the same time zone. You can do this by comparing the values of their DateTime.Kind property.