Selection of values

I have a list, I want to check each value in the list for equality with each of the 2 values, and if there is 1 equality, then True is output.
2019-02-12_184426

Graft A list. Plug the list into B. Mass addition the equality result, convert to boolean (from mass add result 0 will equal false, all other will equal true) Capture

eq.gh (6.5 KB)

1 Like

Brilliant, thanks! :smiley: