What is a common way to solve the following problem? I have 2 lists, list A and list B. At any time, list A could have more entries than list B or vice versa. list A serves as a reference point, ...
most applications to compare lists simply do a 'sequential' compare. but what if i want to compare the contents of two lists, regardless of the sequence of items? something like what this web page ...