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