package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.util.Arrays;

/* JADX INFO: loaded from: classes2.dex */
public final class t3 {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final byte[] f16693b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f16695d;

    public t3(int i10, int i11, int i12, byte[] bArr) {
        this.f16692a = i10;
        this.f16693b = bArr;
        this.f16694c = i11;
        this.f16695d = i12;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && t3.class == obj.getClass()) {
            t3 t3Var = (t3) obj;
            if (this.f16692a == t3Var.f16692a && this.f16694c == t3Var.f16694c && this.f16695d == t3Var.f16695d && Arrays.equals(this.f16693b, t3Var.f16693b)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((Arrays.hashCode(this.f16693b) + (this.f16692a * 31)) * 31) + this.f16694c) * 31) + this.f16695d;
    }
}
