package o; /* renamed from: o.bGn, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C3785bGn { public final Boolean a; public final Boolean b; public C3785bGn(Boolean bool, Boolean bool2) { this.b = bool; this.a = bool2; } public final String toString() { Boolean bool = this.b; Boolean bool2 = this.a; StringBuilder sb = new StringBuilder("HmlLoanPurpose(businessExpansion="); sb.append(bool); sb.append(", workingCapital="); sb.append(bool2); sb.append(")"); return sb.toString(); } public final int hashCode() { Boolean bool = this.b; int hashCode = bool == null ? 0 : bool.hashCode(); Boolean bool2 = this.a; return (hashCode * 31) + (bool2 != null ? bool2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C3785bGn)) { return false; } C3785bGn c3785bGn = (C3785bGn) obj; return C14957gcv.b(this.b, c3785bGn.b) && C14957gcv.b(this.a, c3785bGn.a); } }