package o; /* renamed from: o.tMc, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17024tMc { public String a; public String b; public String c; public String d; public String e; public String f; public boolean g; public double h; public double i; public String j; public String k; public String l; public String m; public boolean n; /* renamed from: o, reason: collision with root package name */ public String f9276o; public String p; public String q; public String r; public double s; public double t; public String u; public String w; public String y; public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17024tMc)) { return false; } C17024tMc c17024tMc = (C17024tMc) obj; if (Double.compare(c17024tMc.t, this.t) != 0 || Double.compare(c17024tMc.s, this.s) != 0 || Double.compare(c17024tMc.h, this.h) != 0 || Double.compare(c17024tMc.i, this.i) != 0 || this.g != c17024tMc.g || this.n != c17024tMc.n) { return false; } String str = this.e; if (str == null ? c17024tMc.e != null : !str.equals(c17024tMc.e)) { return false; } String str2 = this.d; if (str2 == null ? c17024tMc.d != null : !str2.equals(c17024tMc.d)) { return false; } String str3 = this.c; if (str3 == null ? c17024tMc.c != null : !str3.equals(c17024tMc.c)) { return false; } String str4 = this.b; if (str4 == null ? c17024tMc.b != null : !str4.equals(c17024tMc.b)) { return false; } String str5 = this.a; if (str5 == null ? c17024tMc.a != null : !str5.equals(c17024tMc.a)) { return false; } String str6 = this.f; if (str6 == null ? c17024tMc.f != null : !str6.equals(c17024tMc.f)) { return false; } String str7 = this.l; if (str7 == null ? c17024tMc.l != null : !str7.equals(c17024tMc.l)) { return false; } String str8 = this.u; if (str8 == null ? c17024tMc.u != null : !str8.equals(c17024tMc.u)) { return false; } String str9 = this.k; if (str9 == null ? c17024tMc.k != null : !str9.equals(c17024tMc.k)) { return false; } String str10 = this.r; if (str10 == null ? c17024tMc.r != null : !str10.equals(c17024tMc.r)) { return false; } String str11 = this.q; if (str11 == null ? c17024tMc.q != null : !str11.equals(c17024tMc.q)) { return false; } String str12 = this.p; if (str12 == null ? c17024tMc.p != null : !str12.equals(c17024tMc.p)) { return false; } String str13 = this.f9276o; if (str13 == null ? c17024tMc.f9276o != null : !str13.equals(c17024tMc.f9276o)) { return false; } String str14 = this.j; if (str14 != null) { return str14.equals(c17024tMc.j); } return c17024tMc.j == null; } public final int hashCode() { long doubleToLongBits = Double.doubleToLongBits(this.t); int i = (int) (doubleToLongBits ^ (doubleToLongBits >>> 32)); long doubleToLongBits2 = Double.doubleToLongBits(this.s); int i2 = (int) (doubleToLongBits2 ^ (doubleToLongBits2 >>> 32)); long doubleToLongBits3 = Double.doubleToLongBits(this.h); int i3 = (int) (doubleToLongBits3 ^ (doubleToLongBits3 >>> 32)); long doubleToLongBits4 = Double.doubleToLongBits(this.i); int i4 = (int) (doubleToLongBits4 ^ (doubleToLongBits4 >>> 32)); String str = this.e; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.d; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.c; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.b; int hashCode4 = str4 != null ? str4.hashCode() : 0; String str5 = this.a; int hashCode5 = str5 != null ? str5.hashCode() : 0; String str6 = this.f; int hashCode6 = str6 != null ? str6.hashCode() : 0; String str7 = this.l; int hashCode7 = str7 != null ? str7.hashCode() : 0; String str8 = this.u; int hashCode8 = str8 != null ? str8.hashCode() : 0; String str9 = this.k; int hashCode9 = str9 != null ? str9.hashCode() : 0; String str10 = this.r; int hashCode10 = str10 != null ? str10.hashCode() : 0; String str11 = this.q; int hashCode11 = str11 != null ? str11.hashCode() : 0; String str12 = this.p; int hashCode12 = str12 != null ? str12.hashCode() : 0; boolean z = this.g; String str13 = this.f9276o; int hashCode13 = str13 != null ? str13.hashCode() : 0; String str14 = this.j; return (((((((((((((((((((((((((((((((((((((i * 31) + i2) * 31) + i3) * 31) + i4) * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (z ? 1 : 0)) * 31) + hashCode13) * 31) + (str14 != null ? str14.hashCode() : 0)) * 31) + (this.n ? 1 : 0); } }