package T0;

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

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

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

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

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

    public M(G g6, G g7, G g8, G g9) {
        this.f6477a = g6;
        this.f6478b = g7;
        this.f6479c = g8;
        this.f6480d = g9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof M)) {
            return false;
        }
        M m6 = (M) obj;
        return kotlin.jvm.internal.o.c(this.f6477a, m6.f6477a) && kotlin.jvm.internal.o.c(this.f6478b, m6.f6478b) && kotlin.jvm.internal.o.c(this.f6479c, m6.f6479c) && kotlin.jvm.internal.o.c(this.f6480d, m6.f6480d);
    }

    public final int hashCode() {
        G g6 = this.f6477a;
        int iHashCode = (g6 != null ? g6.hashCode() : 0) * 31;
        G g7 = this.f6478b;
        int iHashCode2 = (iHashCode + (g7 != null ? g7.hashCode() : 0)) * 31;
        G g8 = this.f6479c;
        int iHashCode3 = (iHashCode2 + (g8 != null ? g8.hashCode() : 0)) * 31;
        G g9 = this.f6480d;
        return iHashCode3 + (g9 != null ? g9.hashCode() : 0);
    }
}
