package io.flutter.plugins.urllauncher;

import java.util.Map;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public Boolean f28327a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public Boolean f28328b;

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || e.class != obj.getClass()) {
            return false;
        }
        e eVar = (e) obj;
        return this.f28327a.equals(eVar.f28327a) && this.f28328b.equals(eVar.f28328b) && this.f28329c.equals(eVar.f28329c);
    }

    public final int hashCode() {
        return Objects.hash(this.f28327a, this.f28328b, this.f28329c);
    }
}
