package v0;

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

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

    public C3059A(float f6) {
        super(3);
        this.f24990c = f6;
    }

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

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

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