# File lib/twitter/list.rb, line 12
    def ==(other)
      super || (other.class == self.class && other.id == self.id)
    end