package c.i.a.c; import androidx.annotation.Nullable; /* compiled from: RendererConfiguration */ public final class m1 { public static final m1 a = new m1(false); public final boolean b; public m1(boolean z2) { this.b = z2; } public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } return obj != null && m1.class == obj.getClass() && this.b == ((m1) obj).b; } public int hashCode() { return !this.b ? 1 : 0; } }