package U0;

import q.AbstractC2761L;

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

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

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

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

    public d(int i6, int i7, boolean z6) {
        this.f6829a = i6;
        this.f6830b = i7;
        this.f6831c = z6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof d)) {
            return false;
        }
        d dVar = (d) obj;
        return this.f6829a == dVar.f6829a && this.f6830b == dVar.f6830b && this.f6831c == dVar.f6831c;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f6831c) + AbstractC2761L.a(this.f6830b, Integer.hashCode(this.f6829a) * 31, 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("BidiRun(start=");
        sb.append(this.f6829a);
        sb.append(", end=");
        sb.append(this.f6830b);
        sb.append(", isRtl=");
        return AbstractC2761L.h(sb, this.f6831c, ')');
    }
}
