I can’t seem to see what I’m doing wrong here. Why am I getting three false results from “==” node?
It’s weird. But put a ToString
node right after GetCategory
and Category.ByName
and you will be good
2 Likes
Strange indeed. Thanks
Try List.Equals() instead. If that still doesn’t return the expected result then both categories are different objects on memory.
More details here:
2 Likes
Awesome info @Thomas_Mahon. IIRC, @Michael_Dewberry1 ran into this recently too?
2 Likes
Cheers, this one caught me out enough times too!
1 Like