package B;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public float f154a = 0.0f;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f155b = true;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public AbstractC0057e f156c = null;

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof M0)) {
            return false;
        }
        M0 m02 = (M0) obj;
        return Float.compare(this.f154a, m02.f154a) == 0 && this.f155b == m02.f155b && kotlin.jvm.internal.o.c(this.f156c, m02.f156c);
    }

    public final int hashCode() {
        int iF = com.google.android.recaptcha.internal.a.f(Float.hashCode(this.f154a) * 31, 31, this.f155b);
        AbstractC0057e abstractC0057e = this.f156c;
        return (iF + (abstractC0057e == null ? 0 : abstractC0057e.hashCode())) * 31;
    }

    public final String toString() {
        return "RowColumnParentData(weight=" + this.f154a + ", fill=" + this.f155b + ", crossAxisAlignment=" + this.f156c + ", flowLayoutData=null)";
    }
}
