Next Previous Up Top Contents Index

7.6 The DATE module

=

Sealed method

Summary

Compares two dates for equality.

Signature

date1 = date2 => equal?

Arguments

date1
An instance of <date>.

date2
An instance of <date>.

Values

equal?
An instance of <boolean>.

Library

system

Module

date

Description

This method lets you compare two dates to see if they are equal. Any differences in microseconds between date1 and date2 are ignored.

See also

<, page 128


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index