package a3;

/* JADX INFO: renamed from: a3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0963b {

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

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

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

    public C0963b(boolean z6, boolean z7, boolean z8) {
        this.f10617a = z6;
        this.f10618b = z7;
        this.f10619c = z8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0963b)) {
            return false;
        }
        C0963b c0963b = (C0963b) obj;
        return this.f10617a == c0963b.f10617a && this.f10618b == c0963b.f10618b && this.f10619c == c0963b.f10619c;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f10619c) + com.google.android.recaptcha.internal.a.f(Boolean.hashCode(this.f10617a) * 31, 31, this.f10618b);
    }

    public final String toString() {
        return "AutoLinkSelectPreferences(preferAtmos=" + this.f10617a + ", preferDV=" + this.f10618b + ", preferHDR=" + this.f10619c + ")";
    }
}
