# File lib/ruote/fei.rb, line 157
    def ==(other)

      return false unless other.is_a?(Ruote::FlowExpressionId)

      (hash == other.hash)
    end