containsValue(forKey:)
Returns a Boolean value that indicates whether an encoded value is available for a string.
Declaration
func containsValue(forKey key: String) -> BoolDiscussion
Subclasses must override this method if they perform keyed coding.
The string is passed as key.