# File lib/transitions/event.rb, line 61
    def ==(other)
      if other.is_a? Symbol
        name == other
      else
        name == other.name
      end
    end