package B0;

/* JADX INFO: loaded from: classes.dex */
public final class p0 {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final p0 f869c = new p0(0, false);

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

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

    public p0(int i, boolean z8) {
        this.f870a = i;
        this.f871b = z8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || p0.class != obj.getClass()) {
            return false;
        }
        p0 p0Var = (p0) obj;
        return this.f870a == p0Var.f870a && this.f871b == p0Var.f871b;
    }

    public final int hashCode() {
        return (this.f870a << 1) + (this.f871b ? 1 : 0);
    }
}
