# File lib/rubytorrent/tracker.rb, line 59
  def ==(o); (self.ip == o.ip) && (self.port == o.port); end