package v0;

/* JADX INFO: renamed from: v0.l, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3074l extends AbstractC3060B {

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

    public C3074l(float f6) {
        super(3);
        this.f25198c = f6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof C3074l) && Float.compare(this.f25198c, ((C3074l) obj).f25198c) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25198c);
    }

    public final String toString() {
        return com.google.android.recaptcha.internal.a.l(new StringBuilder("HorizontalTo(x="), this.f25198c, ')');
    }
}
