package O0;

import kotlin.jvm.internal.o;
import v0.C3068f;

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

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

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

    public a(C3068f c3068f, int i6) {
        this.f5286a = c3068f;
        this.f5287b = i6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return o.c(this.f5286a, aVar.f5286a) && this.f5287b == aVar.f5287b;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f5287b) + (this.f5286a.hashCode() * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ImageVectorEntry(imageVector=");
        sb.append(this.f5286a);
        sb.append(", configFlags=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f5287b, ')');
    }
}
