Returns a value indicating whether two DateTime instances have the same date and time value.
true if the two values are equal; otherwise, false.
t1 and t2 are equal if their DateTime.Ticks property values are equal. Their DateTime.Kind property values are not considered in the test for equality.