package com.chartboost.sdk.impl;
/* loaded from: classes2.dex */
public final class c4 {

    /* renamed from: a  reason: collision with root package name */
    public final int f1667a;
    public final int b;

    public final int a() {
        return this.b;
    }

    public final int b() {
        return this.f1667a;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof c4) {
            c4 c4Var = (c4) obj;
            return this.f1667a == c4Var.f1667a && this.b == c4Var.b;
        }
        return false;
    }

    public int hashCode() {
        return (Integer.hashCode(this.f1667a) * 31) + Integer.hashCode(this.b);
    }

    public String toString() {
        int i = this.f1667a;
        return "DisplaySize(width=" + i + ", height=" + this.b + ")";
    }

    public c4(int i, int i2) {
        this.f1667a = i;
        this.b = i2;
    }
}
