package B;

/* JADX INFO: renamed from: B.o0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0078o0 {

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

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

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

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

    public C0078o0(int i6, int i7, int i8, int i9) {
        this.f350a = i6;
        this.f351b = i7;
        this.f352c = i8;
        this.f353d = i9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0078o0)) {
            return false;
        }
        C0078o0 c0078o0 = (C0078o0) obj;
        return this.f350a == c0078o0.f350a && this.f351b == c0078o0.f351b && this.f352c == c0078o0.f352c && this.f353d == c0078o0.f353d;
    }

    public final int hashCode() {
        return (((((this.f350a * 31) + this.f351b) * 31) + this.f352c) * 31) + this.f353d;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("InsetsValues(left=");
        sb.append(this.f350a);
        sb.append(", top=");
        sb.append(this.f351b);
        sb.append(", right=");
        sb.append(this.f352c);
        sb.append(", bottom=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f353d, ')');
    }
}
