Created
April 21, 2016 15:43
-
-
Save rionmonster/2556850471d9c6a953d49cffd52ddbcd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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