package F3;

import y1.AbstractC1111a;

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

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

    public a(boolean z5) {
        this.f710c = z5;
    }

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

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

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