Checks if the Any is an instance of type T.
Chained function call alternative to if(this is T).
if(this is T)
true if the Any is an instance of type T, otherwise false.
true
false