package v;

import p0.C2696b;
import p0.C2700f;
import p0.C2702h;
import r0.C2863b;

/* JADX INFO: renamed from: v.B, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2968B {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public C2700f f24678a = null;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public C2696b f24679b = null;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public C2863b f24680c = null;

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2968B)) {
            return false;
        }
        C2968B c2968b = (C2968B) obj;
        return kotlin.jvm.internal.o.c(this.f24678a, c2968b.f24678a) && kotlin.jvm.internal.o.c(this.f24679b, c2968b.f24679b) && kotlin.jvm.internal.o.c(this.f24680c, c2968b.f24680c) && kotlin.jvm.internal.o.c(this.f24681d, c2968b.f24681d);
    }

    public final int hashCode() {
        C2700f c2700f = this.f24678a;
        int iHashCode = (c2700f == null ? 0 : c2700f.hashCode()) * 31;
        C2696b c2696b = this.f24679b;
        int iHashCode2 = (iHashCode + (c2696b == null ? 0 : c2696b.hashCode())) * 31;
        C2863b c2863b = this.f24680c;
        int iHashCode3 = (iHashCode2 + (c2863b == null ? 0 : c2863b.hashCode())) * 31;
        C2702h c2702h = this.f24681d;
        return iHashCode3 + (c2702h != null ? c2702h.hashCode() : 0);
    }

    public final String toString() {
        return "BorderCache(imageBitmap=" + this.f24678a + ", canvas=" + this.f24679b + ", canvasDrawScope=" + this.f24680c + ", borderPath=" + this.f24681d + ')';
    }
}
