isInstance
abstract fun isInstance(value: Any?): Boolean
(Common source) (JVM source) (JS source) (Native source)
Returns true
if value is an instance of this class on a given platform.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
abstract fun isInstance(value: Any?): Boolean
Returns true
if value is an instance of this class on a given platform.