package Q0;

/* JADX INFO: renamed from: Q0.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0589d {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f5734a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f5735b;

    public C0589d(int i6, int i7) {
        this.f5734a = i6;
        this.f5735b = i7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0589d)) {
            return false;
        }
        C0589d c0589d = (C0589d) obj;
        return this.f5734a == c0589d.f5734a && this.f5735b == c0589d.f5735b;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f5735b) + (Integer.hashCode(this.f5734a) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CollectionInfo(rowCount=");
        sb.append(this.f5734a);
        sb.append(", columnCount=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f5735b, ')');
    }
}
