# File lib/chronic/repeaters/repeater_season.rb, line 46
  def equals?(other)
    @month == other.month and day == other.day
  end