package T0;

import c1.C1228c;
import q.AbstractC2761L;

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

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

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

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

    public s(C1228c c1228c, int i6, int i7) {
        this.f6554a = c1228c;
        this.f6555b = i6;
        this.f6556c = i7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof s)) {
            return false;
        }
        s sVar = (s) obj;
        return this.f6554a.equals(sVar.f6554a) && this.f6555b == sVar.f6555b && this.f6556c == sVar.f6556c;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f6556c) + AbstractC2761L.a(this.f6555b, this.f6554a.hashCode() * 31, 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ParagraphIntrinsicInfo(intrinsics=");
        sb.append(this.f6554a);
        sb.append(", startIndex=");
        sb.append(this.f6555b);
        sb.append(", endIndex=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f6556c, ')');
    }
}
