==,CFtime,CFtime-method: Equivalence of CFtime objects
Description
This operator can be used to test if two CFtime objects represent the same
CF-convention time coordinates. Two CFtime objects are considered equivalent
if they have an equivalent datum and the same offsets.
Usage
# S4 method for CFtime,CFtime
==(e1, e2)
Value
TRUE if the CFtime objects are equivalent, FALSE otherwise.