What are the items? Are they value types or reference types? Do you
need to compare their contents? Or just to see if ListA contains the
same items as ListB? If you could provide a little more detail about
the nature of the items, it would make it easier to recommend a method
of comparison.
I need to see if ListA contains the same items as ListB. They both are the
value types.
ListA contains the column names of TableA and ListB contains column name of
TableB and I am trying to figure out if the table structures are the same.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.