package O0;

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

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

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

    public a(long j8, long j9) {
        this.f4797a = j8;
        this.f4798b = j9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return this.f4797a == aVar.f4797a && this.f4798b == aVar.f4798b;
    }

    public final int hashCode() {
        return (((int) this.f4797a) * 31) + ((int) this.f4798b);
    }
}
