package m1;

import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class e {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final n f20425c;

    public e(Object obj, int i6, n nVar) {
        this.f20423a = obj;
        this.f20424b = i6;
        this.f20425c = nVar;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof e)) {
            return false;
        }
        e eVar = (e) obj;
        return this.f20423a.equals(eVar.f20423a) && this.f20424b == eVar.f20424b && this.f20425c.equals(eVar.f20425c);
    }

    public final int hashCode() {
        return this.f20425c.hashCode() + AbstractC2761L.a(this.f20424b, this.f20423a.hashCode() * 31, 31);
    }

    public final String toString() {
        return "HorizontalAnchor(id=" + this.f20423a + ", index=" + this.f20424b + ", reference=" + this.f20425c + ')';
    }
}
