show/hide this revision's text 2 added 1 characters in body

Would the "is" keyword operator work?

if (myControl is ISomeInterface)
{
  // do something
}
show/hide this revision's text 1

Would the "is" keyword work?

if (myControl is ISomeInterface)
{
  // do something
}