package v0;

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

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

    public C3087z(float f6) {
        super(3);
        this.f25241c = f6;
    }

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

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

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