We all know the struggle of trawling pages of words to find the line of info we need. Well C# has the Contains()method which saves the hassle!

Awesome work! We put the string we're looking for in the parentheses of Contains (). It will return a bool-type value that we can store in a variable.

We don't want to check if the original string contains itself?