package V2;

/* JADX INFO: renamed from: V2.a1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0634a1 {

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

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

    public C0634a1(String str, float f6) {
        this.f7673a = f6;
        this.f7674b = str;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0634a1)) {
            return false;
        }
        C0634a1 c0634a1 = (C0634a1) obj;
        return Float.compare(this.f7673a, c0634a1.f7673a) == 0 && kotlin.jvm.internal.o.c(this.f7674b, c0634a1.f7674b);
    }

    public final int hashCode() {
        int iHashCode = Float.hashCode(this.f7673a) * 31;
        String str = this.f7674b;
        return iHashCode + (str == null ? 0 : str.hashCode());
    }

    public final String toString() {
        return "CwPosterOverlay(progressFraction=" + this.f7673a + ", seasonEpisodeTag=" + this.f7674b + ")";
    }
}
