package com.bytedance.adsdk.ro.lb;

/* JADX INFO: loaded from: classes.dex */
public class ajl {
    public final float fm;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private final String f6237lb;
    public final float ro;

    public ajl(String str, float f10, float f11) {
        this.f6237lb = str;
        this.ro = f11;
        this.fm = f10;
    }

    public boolean fm(String str) {
        if (this.f6237lb.equalsIgnoreCase(str)) {
            return true;
        }
        if (this.f6237lb.endsWith("\r")) {
            String str2 = this.f6237lb;
            if (str2.substring(0, str2.length() - 1).equalsIgnoreCase(str)) {
                return true;
            }
        }
        return false;
    }
}
