Test if an object implements an interface

Viewed 16262

I have an object parameter and I need to check if the object implements a specified interface in vb.net. How to test this?

Thanks.

5 Answers
Related