package o; /* renamed from: o.enL, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C11859enL { public final String b; public final String d; public C11859enL(String str, String str2) { this.d = str; this.b = str2; } public final String toString() { String str = this.d; String str2 = this.b; StringBuilder sb = new StringBuilder("TouchPointUserInfo(name="); sb.append(str); sb.append(", logoPath="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.b; return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C11859enL)) { return false; } C11859enL c11859enL = (C11859enL) obj; return C14957gcv.b((Object) this.d, (Object) c11859enL.d) && C14957gcv.b((Object) this.b, (Object) c11859enL.b); } }