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