package M2;

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

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

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

    public C(float f6, float f7) {
        this.f4227a = f6;
        this.f4228b = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C)) {
            return false;
        }
        C c6 = (C) obj;
        return h1.f.c(this.f4227a, c6.f4227a) && h1.f.c(this.f4228b, c6.f4228b);
    }

    public final int hashCode() {
        return Float.hashCode(this.f4228b) + (Float.hashCode(this.f4227a) * 31);
    }

    public final String toString() {
        return Z0.o.p("MobileCatalogPosterDp(width=", h1.f.d(this.f4227a), ", height=", h1.f.d(this.f4228b), ")");
    }
}
