Appearance
bool String.Contains(string, string)
Looks for a substring within the first string
string - The stringstring - The substring to look for
string
bool - True if the segment exists in the string
bool