Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created April 15, 2017 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peyangu/b798644df2402210519888c30026d6f8 to your computer and use it in GitHub Desktop.
Save peyangu/b798644df2402210519888c30026d6f8 to your computer and use it in GitHub Desktop.
Containsメソッド(False)
//var personContains = personList.Select(p => p.Name).Contains("とぅーびー");
var personContains = personList.Select(p => p.Name).Contains("しー");
Console.WriteLine(personContains);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment