package Y2;

import com.debridstream.tv.data.home.HomeMetaItem;

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

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

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

    public s(HomeMetaItem homeMetaItem, double d6) {
        this.f8787a = homeMetaItem;
        this.f8788b = d6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof s)) {
            return false;
        }
        s sVar = (s) obj;
        return kotlin.jvm.internal.o.c(this.f8787a, sVar.f8787a) && Double.compare(this.f8788b, sVar.f8788b) == 0;
    }

    public final int hashCode() {
        return Double.hashCode(this.f8788b) + (this.f8787a.hashCode() * 31);
    }

    public final String toString() {
        return "TmdbSearchHit(item=" + this.f8787a + ", popularity=" + this.f8788b + ")";
    }
}
