How to search sublists for sublists of elements that may not be in the same order

hello, I have a list of lists in the upper left hand corner, and I want to be able to know if those sublists match the other sublists down below. They contain the same elements, but I want to return true if they contain both the elements from the sublist which may be in the same or a different order. for example see below. these lists are obviously the same but I cant seem to compare the two lists as such. Does that make sense? Please advise.

you were close if i understand correctly try list level @L2

1 Like