Next Previous Up Top Contents Index

7.6 The DATE module

=

Sealed method

Summary

Compares two durations for equality.

Signature

duration1 = duration2 => equal?

Arguments

duration1
An instance of <duration>.

duration2
An instance of <duration>.

Values

equal?
An instance of <boolean>.

Library

system

Module

date

Description

This method lets you compare two durations to see if they are equal. If the durations are actually instances of <day/time-duration>, any differences in microseconds between duration1 and duration2 are ignored.

See also

<, page 129


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index