package V2;

/* JADX INFO: loaded from: classes.dex */
public final class B3 {

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

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

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

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

    public B3(String str, String str2, boolean z6, boolean z7) {
        this.f7263a = str;
        this.f7264b = str2;
        this.f7265c = z6;
        this.f7266d = z7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof B3)) {
            return false;
        }
        B3 b32 = (B3) obj;
        return kotlin.jvm.internal.o.c(this.f7263a, b32.f7263a) && kotlin.jvm.internal.o.c(this.f7264b, b32.f7264b) && this.f7265c == b32.f7265c && this.f7266d == b32.f7266d;
    }

    public final int hashCode() {
        int iHashCode = this.f7263a.hashCode() * 31;
        String str = this.f7264b;
        return Boolean.hashCode(this.f7266d) + com.google.android.recaptcha.internal.a.f((iHashCode + (str == null ? 0 : str.hashCode())) * 31, 31, this.f7265c);
    }

    public final String toString() {
        return "StartupUser(uid=" + this.f7263a + ", email=" + this.f7264b + ", emailVerified=" + this.f7265c + ", isProUser=" + this.f7266d + ")";
    }
}
