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

import androidx.annotation.Nullable;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final tk2 f16926d = new l2.f(4).b();

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

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

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

    public /* synthetic */ tk2(l2.f fVar) {
        this.f16927a = fVar.f29989b;
        this.f16928b = fVar.f29990c;
        this.f16929c = fVar.f29991d;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && tk2.class == obj.getClass()) {
            tk2 tk2Var = (tk2) obj;
            if (this.f16927a == tk2Var.f16927a && this.f16928b == tk2Var.f16928b && this.f16929c == tk2Var.f16929c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int i10 = (this.f16927a ? 1 : 0) << 2;
        boolean z10 = this.f16928b;
        return (z10 ? 1 : 0) + (z10 ? 1 : 0) + i10 + (this.f16929c ? 1 : 0);
    }
}
