Comparing two lists

Hi all, Good morning

Actually when I compare two lists I am facing one issue. I want to compare (Does it equal) two lists, and then I should get bool values. But for the same values(numbers) it is giving me wrong bool valuw which is not the required output. PFA of snip for your reference and kindly let me know the solution.

Thanks in advance.

It sounds like its probably a rounding issue. If you round your values first, it should work.

Use Similarity with some tolerance.

2 Likes