# File bin/el4r-instance, line 103
    def ==(x)
      ELObject === x   or return false
      object_id == x.object_id or instance.equal(self,x)
    end