package F3;

import y1.AbstractC1111a;

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

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

    public c(boolean z5) {
        this.f711c = z5;
    }

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

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

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