Click or drag to resize

CollectionExtensionsSynchronizeWith Method

Overload List
 NameDescription
Public Extension MethodSynchronizeWithT(ICollectionT, ICollectionT) Synchronizes the items of the source list with the items of the target list. The order of the items is ignored.
Public Extension MethodSynchronizeWithT(ICollectionT, ICollectionT, IEqualityComparerT) Synchronizes the items of the source list with the items of the target list. The order of the items is ignored.
Top
See Also