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

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

      (hash == other.hash)
    end