Not knowing what the data is then there's no other way.

However, data tables are not the best objects to perform a comparison on (and, again, not knowing your comparison rules, it's difficult to come up with a faster way). You probably want to convert to fundamental objects - integers, etc. - and perform a comparison that way. Or, rather, don't fill a table adapter, or even a dataset (but it depends where your data comes from).