35 lines
869 B
Java
35 lines
869 B
Java
package o;
|
|
|
|
/* renamed from: o.Fv, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0403Fv {
|
|
public final String a;
|
|
public final String c;
|
|
|
|
public C0403Fv(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.a = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
return this.a;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0403Fv)) {
|
|
return false;
|
|
}
|
|
C0403Fv c0403Fv = (C0403Fv) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c0403Fv.c) && C14957gcv.b((Object) this.a, (Object) c0403Fv.a);
|
|
}
|
|
}
|