Sync extension for Lists/Collections or whatever

I recently found the need to Sync two lists. I have one list that is used for display, and I want to dynamically sync that list with a new one by applying a delta. I thought that this would be difficult, but I was surprised at its ease. 1:  2: Module SyncExtensions 3:  4: <System.Runtime.CompilerServices.Extension()> […]