What is the difference between CFDictionaryContainsKey and CFDictionaryGetCountOfKey

67 views Asked by At

CFDictionaryContainsKey

CFDictionaryGetCountOfKey

It seems that they both return 1 if the key is found and 0 if not. Any difference?

0

There are 0 answers