discord-jadx/app/src/main/java/b/q/a/i/b.java

32 lines
750 B
Java

package b.q.a.i;
/* compiled from: ExifInfo.java */
/* loaded from: classes3.dex */
public class b {
public int a;
/* renamed from: b reason: collision with root package name */
public int f1978b;
public int c;
public b(int i, int i2, int i3) {
this.a = i;
this.f1978b = i2;
this.c = i3;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || b.class != obj.getClass()) {
return false;
}
b bVar = (b) obj;
return this.a == bVar.a && this.f1978b == bVar.f1978b && this.c == bVar.c;
}
public int hashCode() {
return (((this.a * 31) + this.f1978b) * 31) + this.c;
}
}