7.6 The DATE module
Sealed method
Compares two dates for equality.
date1 = date2 => equal?
<date>
<boolean>
system
date
This method lets you compare two dates to see if they are equal. Any differences in microseconds between date1 and date2 are ignored.
<, page 128
<