# File lib/ruote/workitem.rb, line 193
    def ==(other)

      return false if other.class != self.class
      self.h['fei'] == other.h['fei']
    end