CorDateTimeStatic: Equals |
Returns a value indicating whether two Date or CorDateTime instances have the same date and time value.
Public Function Equals( ByRef t1 As Variant, ByRef t2 As Variant ) As Boolean
t1 and t2 are equal if their TotalMilliseconds property values are equal. Their Kind property values are not considered in the test for equality.