package U;

import T0.C0596g;
import kotlin.jvm.internal.o;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public C0596g f6784b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f6785c = false;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public d f6786d = null;

    public h(C0596g c0596g, C0596g c0596g2) {
        this.f6783a = c0596g;
        this.f6784b = c0596g2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h)) {
            return false;
        }
        h hVar = (h) obj;
        return o.c(this.f6783a, hVar.f6783a) && o.c(this.f6784b, hVar.f6784b) && this.f6785c == hVar.f6785c && o.c(this.f6786d, hVar.f6786d);
    }

    public final int hashCode() {
        int iF = com.google.android.recaptcha.internal.a.f((this.f6784b.hashCode() + (this.f6783a.hashCode() * 31)) * 31, 31, this.f6785c);
        d dVar = this.f6786d;
        return iF + (dVar == null ? 0 : dVar.hashCode());
    }

    public final String toString() {
        return "TextSubstitutionValue(original=" + ((Object) this.f6783a) + ", substitution=" + ((Object) this.f6784b) + ", isShowingSubstitution=" + this.f6785c + ", layoutCache=" + this.f6786d + ')';
    }
}
