Skip to content

Instantly share code, notes, and snippets.

@rionmonster
Created April 21, 2016 15:43
Show Gist options
  • Save rionmonster/2556850471d9c6a953d49cffd52ddbcd to your computer and use it in GitHub Desktop.
Save rionmonster/2556850471d9c6a953d49cffd52ddbcd to your computer and use it in GitHub Desktop.
Dictionary<Account,bool> comparisons = new Dictionary<Account,bool>();
// Populate your dictionary
comparisons = Accounts.ToDictionary(k => k, x.modification_date > modification_date);
// Place a breakpoint here to compare true/false values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment