Equal x to y == not working

Hello all,

I am probably doing something wrong or == does not work on elements. I should be able to find a way around this but would like to know whats going on. I tried changing the inputs but same result. See image below

Thanks

Hi @Steven_Hansen

Use Element.Id node and then use β€œ==” node. Your currently connecting elements to it.

3 Likes

The β€˜Equals’ node might work on elements.

@Kulkul,

Thanks for the reply and the recommendation. Your way is much simpler than what I ended up doing. It defiantly has to do with something in the background coding of dynamo but seems strange to me that it cannot recognize the same element. Grabbing the elements id is super easy though.

Steven