# File lib/twitter/identity.rb, line 40
    def ==(other)
      super || attr_equal(:id, other) || attrs_equal(other)
    end