If only there was a method to see if there's a specific key in a dictionary.

See that? ContainsKey () will return a bool-type value. If we want to check the same thing with values, we can use ContainsValue () instead.

Maybe we need a method that has a more specific name?