package o; import androidx.fragment.app.Fragment; /* renamed from: o.Wz, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1160Wz { public final InterfaceC14890gbN b; public final int c; public final int e; /* JADX WARN: Multi-variable type inference failed */ public C1160Wz(int i, int i2, InterfaceC14890gbN interfaceC14890gbN) { C14957gcv.e(interfaceC14890gbN, ""); this.e = i; this.c = i2; this.b = interfaceC14890gbN; } public final String toString() { int i = this.e; int i2 = this.c; InterfaceC14890gbN interfaceC14890gbN = this.b; StringBuilder sb = new StringBuilder("SingleFormOnBoardStep(stage="); sb.append(i); sb.append(", titleId="); sb.append(i2); sb.append(", fragmentBuilder="); sb.append(interfaceC14890gbN); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((Integer.hashCode(this.e) * 31) + Integer.hashCode(this.c)) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1160Wz)) { return false; } C1160Wz c1160Wz = (C1160Wz) obj; return this.e == c1160Wz.e && this.c == c1160Wz.c && C14957gcv.b(this.b, c1160Wz.b); } }