Guest User

Untitled

a guest
Jan 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. string[] listsymp = { "one", "two", "three" };
  2. if (listsymp.All(CheckWord.ToLower().Contains))
  3. {
  4. richtextBox1.Text = CheckWord.ToString();
  5. }
  6.  
  7. if (CheckedSymptoms.ToLower().Contains("one") && CheckedSymptoms.ToLower().Contains("two") ||
  8. CheckedSymptoms.ToLower().Contains("two") && CheckedSymptoms.ToLower().Contains("three")
Add Comment
Please, Sign In to add comment