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

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