package B0;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class T {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final long f660a;

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

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

    public T(S s8) {
        this.f660a = s8.f657a;
        this.f661b = s8.f658b;
        this.f662c = s8.f659c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof T)) {
            return false;
        }
        T t6 = (T) obj;
        return this.f660a == t6.f660a && this.f661b == t6.f661b && this.f662c == t6.f662c;
    }

    public final int hashCode() {
        return Objects.hash(Long.valueOf(this.f660a), Float.valueOf(this.f661b), Long.valueOf(this.f662c));
    }
}
