package defpackage;

import java.util.Arrays;

/* JADX INFO: renamed from: ˎʾᵧ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1688 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final byte[] f6661;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f6662;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f6663;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f6664;

    public C1688(int i, int i2, int i3, byte[] bArr) {
        this.f6663 = i;
        this.f6661 = bArr;
        this.f6662 = i2;
        this.f6664 = i3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C1688.class != obj.getClass()) {
            return false;
        }
        C1688 c1688 = (C1688) obj;
        return this.f6663 == c1688.f6663 && this.f6662 == c1688.f6662 && this.f6664 == c1688.f6664 && Arrays.equals(this.f6661, c1688.f6661);
    }

    public final int hashCode() {
        return ((((Arrays.hashCode(this.f6661) + (this.f6663 * 31)) * 31) + this.f6662) * 31) + this.f6664;
    }
}
