package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class tq2 {

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

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

    public tq2(long j10, long j11) {
        this.f16991a = j10;
        this.f16992b = j11;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof tq2)) {
            return false;
        }
        tq2 tq2Var = (tq2) obj;
        return this.f16991a == tq2Var.f16991a && this.f16992b == tq2Var.f16992b;
    }

    public final int hashCode() {
        return (((int) this.f16991a) * 31) + ((int) this.f16992b);
    }
}
