package J0;

/* JADX INFO: renamed from: J0.z0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0397z0 {

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

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

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

    public C0397z0(long j4, long j6) {
        this.f3135a = j4;
        this.f3136b = j6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C0397z0) {
            C0397z0 c0397z0 = (C0397z0) obj;
            return h1.l.a(this.f3135a, c0397z0.f3135a) && this.f3136b == c0397z0.f3136b;
        }
        return false;
    }

    public final int hashCode() {
        return Long.hashCode(this.f3136b) + (Long.hashCode(this.f3135a) * 31);
    }
}
