what-the-bank/sources/o/C15714huI.java

38 lines
1.0 KiB
Java

package o;
/* renamed from: o.huI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15714huI {
public final String b;
public final String d;
public C15714huI(String str, String str2) {
this.b = str;
this.d = str2;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C15714huI c15714huI = (C15714huI) obj;
String str = this.b;
if (str == null ? c15714huI.b != null : !str.equals(c15714huI.b)) {
return false;
}
String str2 = this.d;
String str3 = c15714huI.d;
return str2 != null ? str2.equals(str3) : str3 == null;
}
public final int hashCode() {
String str = this.b;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.d;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
}