Hi.
I want to compare two arraylists with each other, but not with the compare method.
The problem is that i am using .net remoting, and i gotta keep a clients arraylist updated. And it would be a waste of bandwith to send the arraylist as an object over to the server to compare it.
So is it possible to compare collections this way? MD5? Hash value? Checksum? Whatever! :)
Or are there any easier way around this problem? :icon_rolleyes:
Thanks alot!