# File gofer/messaging/broker.rb, line 127
  def eql(other)
    return self.simple() == other.simple()    
  end