hehe
Said..
is
Checks if an object is compatible with a given type.
as
The as operator is used to perform conversions between compatible reference types.
The as operator is like a cast operation. However, if the conversion is not possible, as returns null instead of raising an exception.