I\'m looking at this piece of code written by someone else, and I\'m wondering when it would evaluate to true. Basically, it is saying someType is an instance of someOtherT
It is true when the object you call GetType() on is an instance of the System.Type object passed as an argument to the parameter of the IsInstanceOfType() method.