Method: RiCal::FastDateTime#==

Defined in:
lib/ri_cal/fast_date_time.rb

#==(other) ⇒ Object



68
69
70
# 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