package a0;

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

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

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

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

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

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

    public C0875C(float f6, float f7, float f8, float f9, float f10) {
        this.f9255a = f6;
        this.f9256b = f7;
        this.f9257c = f8;
        this.f9258d = f9;
        this.f9259e = f10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof C0875C)) {
            return false;
        }
        C0875C c0875c = (C0875C) obj;
        return h1.f.c(this.f9255a, c0875c.f9255a) && h1.f.c(this.f9256b, c0875c.f9256b) && h1.f.c(this.f9257c, c0875c.f9257c) && h1.f.c(this.f9258d, c0875c.f9258d) && h1.f.c(this.f9259e, c0875c.f9259e);
    }

    public final int hashCode() {
        return Float.hashCode(this.f9259e) + com.google.android.recaptcha.internal.a.b(this.f9258d, com.google.android.recaptcha.internal.a.b(this.f9257c, com.google.android.recaptcha.internal.a.b(this.f9256b, Float.hashCode(this.f9255a) * 31, 31), 31), 31);
    }
}
