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

import androidx.annotation.Nullable;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public e.t0 f10065b = new e.t0(5);

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

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

    public cs0(Object obj) {
        this.f10064a = obj;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || cs0.class != obj.getClass()) {
            return false;
        }
        return this.f10064a.equals(((cs0) obj).f10064a);
    }

    public final int hashCode() {
        return this.f10064a.hashCode();
    }
}
