Does the is operator indicate whether or not an object is an instance of a certain class, or only if it can be casted to that
is
From MSDN:
An is expression evaluates to true if [...] expression can be cast to type