package F1;

/* JADX INFO: renamed from: F1.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0144z {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final y1.l f669b;

    public C0144z(Object obj, y1.l lVar) {
        this.f668a = obj;
        this.f669b = lVar;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0144z)) {
            return false;
        }
        C0144z c0144z = (C0144z) obj;
        return kotlin.jvm.internal.l.a(this.f668a, c0144z.f668a) && kotlin.jvm.internal.l.a(this.f669b, c0144z.f669b);
    }

    public int hashCode() {
        Object obj = this.f668a;
        return ((obj == null ? 0 : obj.hashCode()) * 31) + this.f669b.hashCode();
    }

    public String toString() {
        return "CompletedWithCancellation(result=" + this.f668a + ", onCancellation=" + this.f669b + ')';
    }
}
