instanceof
EXPRESSION instanceof
TYPE
This form tests whether the evaluated value of the expression is of the type that is named. If the value is of this type (or a subtype of it) then the expression evaluates to true. Otherwise the expression evaluates to false.
ProfessorJ Advanced Language