package c3;

import Z0.o;

/* JADX INFO: renamed from: c3.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1240c {

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

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

    public C1240c(long j4, long j6) {
        this.f13426a = j4;
        this.f13427b = j6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1240c)) {
            return false;
        }
        C1240c c1240c = (C1240c) obj;
        return this.f13426a == c1240c.f13426a && this.f13427b == c1240c.f13427b;
    }

    public final int hashCode() {
        return Long.hashCode(this.f13427b) + (Long.hashCode(this.f13426a) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("IntroDbSegment(startMs=");
        sb.append(this.f13426a);
        sb.append(", endMs=");
        return o.k(this.f13427b, ")", sb);
    }
}
