Compare two lists

Not sure what you are after, but I think you are asking ‘does List A contains any of the items in List B?”

If so, an == node with cross product lacing, followed by a List.Contains node with true as the item and longest lacing should do the trick.