Is there a VB.NET equivalent to this? Note in particular the bmp in the code sample.
bmp
public void MyMethod(Object obj) { if (obj is
Currently, no. If you want to implement this, you'll have to use some of the longer formats you already mention in your question.
The C# and VB languages don't always have equivalent features.