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

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

/* JADX INFO: loaded from: classes2.dex */
public final class i5 extends o5 {

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final String[] f12375e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final o5[] f12376f;

    public i5(String str, boolean z10, boolean z11, String[] strArr, o5[] o5VarArr) {
        super("CTOC");
        this.f12372b = str;
        this.f12373c = z10;
        this.f12374d = z11;
        this.f12375e = strArr;
        this.f12376f = o5VarArr;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && i5.class == obj.getClass()) {
            i5 i5Var = (i5) obj;
            if (this.f12373c == i5Var.f12373c && this.f12374d == i5Var.f12374d && Objects.equals(this.f12372b, i5Var.f12372b) && Arrays.equals(this.f12375e, i5Var.f12375e) && Arrays.equals(this.f12376f, i5Var.f12376f)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return this.f12372b.hashCode() + (((((this.f12373c ? 1 : 0) + 527) * 31) + (this.f12374d ? 1 : 0)) * 31);
    }
}
