package u0;

import java.util.Objects;

/* JADX INFO: renamed from: u0.p, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1580p {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f17371a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f17372b;

    static {
        x0.v.G(0);
        x0.v.G(1);
    }

    public C1580p(String str, String str2) {
        this.f17371a = x0.v.M(str);
        this.f17372b = str2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C1580p.class == obj.getClass()) {
            C1580p c1580p = (C1580p) obj;
            if (Objects.equals(this.f17371a, c1580p.f17371a) && Objects.equals(this.f17372b, c1580p.f17372b)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = this.f17372b.hashCode() * 31;
        String str = this.f17371a;
        return iHashCode + (str != null ? str.hashCode() : 0);
    }
}
