package F3;

import y1.AbstractC1111a;

/* JADX INFO: loaded from: classes.dex */
public final class d extends AbstractC1111a {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final boolean f712c;

    public d(boolean z5) {
        this.f712c = z5;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof d) && this.f712c == ((d) obj).f712c;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f712c);
    }

    public final String toString() {
        return "PirateStoreScan(enabled=" + this.f712c + ")";
    }
}
