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

import android.text.TextUtils;
import androidx.annotation.Nullable;

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

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

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

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

    public yn2(String str, boolean z10, boolean z11) {
        this.f18907a = str;
        this.f18908b = z10;
        this.f18909c = z11;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && obj.getClass() == yn2.class) {
            yn2 yn2Var = (yn2) obj;
            if (TextUtils.equals(this.f18907a, yn2Var.f18907a) && this.f18908b == yn2Var.f18908b && this.f18909c == yn2Var.f18909c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((this.f18907a.hashCode() + 31) * 31) + (true != this.f18908b ? 1237 : 1231)) * 31) + (true != this.f18909c ? 1237 : 1231);
    }
}
