Check out example codes for "linq c# object except two lists". It will help you in understanding the concepts better.
Code Example 1
var filtered = unfilteredApps.Where(i => !excludedAppIds.Contains(i.Id));
Learn ReactJs, React Native from akashmittal.com