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 calendar and the same offsets.
Usage
# S3 method for CFTime
==(e1, e2)
Value
TRUE if the CFTime objects are equivalent, FALSE otherwise.