package p037.p104;

import android.text.TextUtils;
import java.util.Objects;

/* JADX INFO: renamed from: މ.ލ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2263 {

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

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

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public int f7221;

    public C2263(String str, int i, int i2) {
        this.f7219 = str;
        this.f7220 = i;
        this.f7221 = i2;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2263)) {
            return false;
        }
        C2263 c2263 = (C2263) obj;
        return (this.f7220 == -1 || c2263.f7220 == -1) ? TextUtils.equals(this.f7219, c2263.f7219) && this.f7221 == c2263.f7221 : TextUtils.equals(this.f7219, c2263.f7219) && this.f7220 == c2263.f7220 && this.f7221 == c2263.f7221;
    }

    public int hashCode() {
        return Objects.hash(this.f7219, Integer.valueOf(this.f7221));
    }
}
