Skip to content

Instantly share code, notes, and snippets.

@jeffhollan
Created August 4, 2018 15:48
Show Gist options
  • Save jeffhollan/595faf126fce7e20f7004f28032a25ef to your computer and use it in GitHub Desktop.
Save jeffhollan/595faf126fce7e20f7004f28032a25ef to your computer and use it in GitHub Desktop.
var wasEven = (from l in logger.getLogs()
where l.Equals("Was even")
select l).Any();
Assert.True(wasEven);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment