Why doesn't ( == ) work in this case

I don’t believe that function works with Categories. You can easily convert the categories to strings and check that way though.

1 Like

convert them to string.
use object to string node before enter them to == node.

2 Likes

thanks a lot , solved

thanks a lot , solved

I hit the same issue a while ago: Object.Equals() node is the alternative that should be used for testing equality between non-primitive types (credit to @Konrad_K_Sobon)

2 Likes