What is the VB equivalent of the C# Keyword 'is'?

Jun 3 2010 10:21 PM
Please tell me the way to implement the C# keyword 'is' in VB.NET 2010.

I need to check (in VB.NET) whether a given object is compatible (ie, is an object of the given class or an object of a class that was derived from a given class) with a class,

Answers (1)