package a0;

/* JADX INFO: renamed from: a0.G, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0879G {

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

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

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

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

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

    public C0879G(float f6, float f7, float f8, float f9, float f10, float f11) {
        this.f9323a = f6;
        this.f9324b = f7;
        this.f9325c = f8;
        this.f9326d = f9;
        this.f9327e = f11;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof C0879G)) {
            return false;
        }
        C0879G c0879g = (C0879G) obj;
        return h1.f.c(this.f9323a, c0879g.f9323a) && h1.f.c(this.f9324b, c0879g.f9324b) && h1.f.c(this.f9325c, c0879g.f9325c) && h1.f.c(this.f9326d, c0879g.f9326d) && h1.f.c(this.f9327e, c0879g.f9327e);
    }

    public final int hashCode() {
        return Float.hashCode(this.f9327e) + com.google.android.recaptcha.internal.a.b(this.f9326d, com.google.android.recaptcha.internal.a.b(this.f9325c, com.google.android.recaptcha.internal.a.b(this.f9324b, Float.hashCode(this.f9323a) * 31, 31), 31), 31);
    }
}
