SyntaxFix
Write A Post
Hire A Developer
Questions
If you don't need to use reflection and you have an object, you can use this:
if(myObject is IMyInterface ) { // it's implementing IMyInterface }