Example #1
0
 public bool CheckIfContains(char c)
 {
     return(CharArray.Contains(c));
 }