What is the VB.NET equivalent of the C# “is” keyword? May 12, 2023 by Tarik Try the following if TypeOf x Is IFoo Then ...