how to check if dictionary is empty

i have some dictionary in my program and like to check if it empty or not. What code should i use?

if myDict is nil or myDict.Count = 0  then …

thanks…