discord-jadx/app/src/main/java/c/i/a/f/e/h/j/b.java

41 lines
1.0 KiB
Java

package c.i.a.f.e.h.j;
import androidx.annotation.Nullable;
import c.i.a.f.e.h.a;
import c.i.a.f.e.h.a.d;
import com.airbnb.lottie.parser.AnimatableValueParser;
import java.util.Arrays;
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public final class b<O extends a.d> {
public final int a;
public final a<O> b;
@Nullable
/* renamed from: c reason: collision with root package name */
public final O f1033c;
public b(a<O> aVar, @Nullable O o) {
this.b = aVar;
this.f1033c = o;
this.a = Arrays.hashCode(new Object[]{aVar, o});
}
public final boolean equals(@Nullable Object obj) {
if (obj == null) {
return false;
}
if (obj == this) {
return true;
}
if (!(obj instanceof b)) {
return false;
}
b bVar = (b) obj;
return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1033c, bVar.f1033c);
}
public final int hashCode() {
return this.a;
}
}