The TypeOf…Is
operator is used to check whether the runtime type of an object is compatible with a given type. The first operand must be a reference type, and the second operand must be a type name. The operator returns True
if a conversion from the runtime type of the operand to the type exists.
TypeOf
Expression Is
TypeName