package a0;

import V4.C0772m;

/* JADX INFO: loaded from: classes.dex */
public final class N1 implements I1 {

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

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

    public N1(O1 o12, C0772m c0772m) {
        this.f9569a = o12;
        this.f9570b = c0772m;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || N1.class != obj.getClass()) {
            return false;
        }
        N1 n12 = (N1) obj;
        return kotlin.jvm.internal.o.c(this.f9569a, n12.f9569a) && this.f9570b.equals(n12.f9570b);
    }

    public final int hashCode() {
        return this.f9570b.hashCode() + (this.f9569a.hashCode() * 31);
    }
}
