package O0;

import android.content.res.Resources;
import kotlin.jvm.internal.o;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Resources.Theme f5288a;

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

    public b(Resources.Theme theme, int i6) {
        this.f5288a = theme;
        this.f5289b = i6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        return o.c(this.f5288a, bVar.f5288a) && this.f5289b == bVar.f5289b;
    }

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

    public final String toString() {
        StringBuilder sb = new StringBuilder("Key(theme=");
        sb.append(this.f5288a);
        sb.append(", id=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f5289b, ')');
    }
}
