I don’t believe that function works with Categories. You can easily convert the categories to strings and check that way though.
convert them to string.
use object to string node before enter them to == node.
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)

