package D0;

/* JADX INFO: renamed from: D0.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0073j {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final C0073j f1560d = new C0072i().a();

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

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

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

    public C0073j(C0072i c0072i) {
        this.f1561a = c0072i.f1557a;
        this.f1562b = c0072i.f1558b;
        this.f1563c = c0072i.f1559c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C0073j.class != obj.getClass()) {
            return false;
        }
        C0073j c0073j = (C0073j) obj;
        return this.f1561a == c0073j.f1561a && this.f1562b == c0073j.f1562b && this.f1563c == c0073j.f1563c;
    }

    public final int hashCode() {
        return ((this.f1561a ? 1 : 0) << 2) + ((this.f1562b ? 1 : 0) << 1) + (this.f1563c ? 1 : 0);
    }
}
