what-the-bank/sources/o/Xsy.java

30 lines
728 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.graphics.Bitmap;
import android.graphics.RectF;
/* loaded from: classes.dex */
public final class Xsy {
public int a;
public RectF b;
public int c;
public Bitmap d;
public boolean e;
public Xsy(int i, Bitmap bitmap, RectF rectF, boolean z, int i2) {
this.c = i;
this.d = bitmap;
this.b = rectF;
this.e = z;
this.a = i2;
}
public final boolean equals(Object obj) {
if (!(obj instanceof Xsy)) {
return false;
}
Xsy xsy = (Xsy) obj;
return xsy.c == this.c && xsy.b.left == this.b.left && xsy.b.right == this.b.right && xsy.b.top == this.b.top && xsy.b.bottom == this.b.bottom;
}
}