ClaudiuB
01/17/2018, 6:54 PMis
act like Java's instanceof
, or is it like Java's getClass().equals()
? Documentation says that with is
, We can check whether an object conforms to a given type at runtime
, but that doesn't really answer my question