Determining whether an IPlaylistItem is a dummy

Assume I have an instance of IPlaylistItem in a script. What is the most efficient and unambiguous method for determining whether it is a dummy?

I’ve been using:

if (picPlayable in item.GetCapabilities) ...

Is there a better way?

TIA

Cameron