Difference
Returns the difference betweend two collections.
- Use
IEnumerable.Except()
to only return elements in the second enumerable object and not the first one.
Returns the difference betweend two collections.
IEnumerable.Except()
to only return elements in the second enumerable object and not the first one.