package o; /* renamed from: o.No, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0744No extends AbstractC0734Nh { public final String b; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public C0744No(String str) { super(str); C14957gcv.e(str, ""); this.b = str; } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C0744No) && C14957gcv.b((Object) this.b, (Object) ((C0744No) obj).b); } public final int hashCode() { return this.b.hashCode(); } public final String toString() { String str = this.b; StringBuilder sb = new StringBuilder("HmlDocumentGroupDisplay(title="); sb.append(str); sb.append(")"); return sb.toString(); } }