Advertisement
Blizzardo1

Untitled

Sep 26th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. bool Check()
  2. {
  3.     string Sentence = "This sentence is a false proposition";
  4.     if (Sentence.Contains("false proposition") && !Sentence.Contains(PropositionFragments))
  5.     return true;
  6.  
  7.     return false;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement