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

import androidx.annotation.Nullable;
import java.util.Objects;

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

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

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

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

    public /* synthetic */ hi2(gi2 gi2Var) {
        this.f12175a = gi2Var.f11759a;
        this.f12176b = gi2Var.f11760b;
        this.f12177c = gi2Var.f11761c;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof hi2)) {
            return false;
        }
        hi2 hi2Var = (hi2) obj;
        return this.f12175a == hi2Var.f12175a && this.f12176b == hi2Var.f12176b && this.f12177c == hi2Var.f12177c;
    }

    public final int hashCode() {
        return Objects.hash(Long.valueOf(this.f12175a), Float.valueOf(this.f12176b), Long.valueOf(this.f12177c));
    }
}
