No no. In fact, if you look in IsInstanceOfType, you will see that the first line of code actually does a comparison using is, which will actually result in StackOverflowExceptionif so.
The operator isresults in an operation isinstin the IL code.