Skip to content

Instantly share code, notes, and snippets.

@GarciaSouza
Created February 27, 2014 14:27
Show Gist options
  • Save GarciaSouza/9251076 to your computer and use it in GitHub Desktop.
Save GarciaSouza/9251076 to your computer and use it in GitHub Desktop.
EmployeeCollection.GroupBy(x => new{x.fName, x.lName}).Select(g => g.First());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment