# File lib/runt/schedule.rb, line 82
    def == (other)
      return true if other.kind_of?(Event) && @id==other.id
    end