package J0;

/* JADX INFO: renamed from: J0.e1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0356e1 {

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

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

    public C0356e1(String str, Object obj) {
        this.f3011a = str;
        this.f3012b = obj;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0356e1)) {
            return false;
        }
        C0356e1 c0356e1 = (C0356e1) obj;
        return kotlin.jvm.internal.o.c(this.f3011a, c0356e1.f3011a) && kotlin.jvm.internal.o.c(this.f3012b, c0356e1.f3012b);
    }

    public final int hashCode() {
        int iHashCode = this.f3011a.hashCode() * 31;
        Object obj = this.f3012b;
        return iHashCode + (obj == null ? 0 : obj.hashCode());
    }

    public final String toString() {
        return "ValueElement(name=" + this.f3011a + ", value=" + this.f3012b + ')';
    }
}
