Equality check is failing even though the numbers are the same. The first number keeps checking in as less than the second number

I am trying to compare two numbers.

I can’t seem to figure out why the first number is always returning as not equal to the second number. I tried parsing it with Math.round() before comparing them but the first number keeps matching as less than the second number.

enter image description here

enter image description here

Appreciate your help in advance, thanks.