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

import androidx.annotation.Nullable;

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

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

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

    public wp2(int i10, boolean z10) {
        this.f18176a = i10;
        this.f18177b = z10;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && wp2.class == obj.getClass()) {
            wp2 wp2Var = (wp2) obj;
            if (this.f18176a == wp2Var.f18176a && this.f18177b == wp2Var.f18177b) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (this.f18176a * 31) + (this.f18177b ? 1 : 0);
    }
}
