package p037.p123.p124.p133;

/* JADX INFO: renamed from: މ.ޗ.ޘ.ޏ.ބ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2661 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f8304;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f8305;

    public C2661(String str, int i) {
        this.f8304 = str;
        this.f8305 = i;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2661)) {
            return false;
        }
        C2661 c2661 = (C2661) obj;
        if (this.f8305 != c2661.f8305) {
            return false;
        }
        return this.f8304.equals(c2661.f8304);
    }

    public int hashCode() {
        return (this.f8304.hashCode() * 31) + this.f8305;
    }
}
