# File lib/ri_cal/fast_date_time.rb, line 68 def ==(other) [date, secs_since_bod, offset] == [other.date, other.secs_since_bod, other.offset] end