Because you are comparing to the class, one instan...
# announcements
b
Because you are comparing to the class, one instance of a String
val s: String
is not equal to the class. The
is
operator returns true if the variable is an instance to that class