kotlin-stdlib
Common
JRE
JS
Native
kotlin-stdlib
/
kotlin.reflect
/
KClass
/
isInstance
is
Instance
Common
JRE
JS
Native
abstract
fun
isInstance
(
value
:
Any
?
)
:
Boolean
Content copied to clipboard
abstract
fun
isInstance
(
value
:
Any
?
)
:
Boolean
Content copied to clipboard
abstract
fun
isInstance
(
value
:
Any
?
)
:
Boolean
Content copied to clipboard
abstract
fun
isInstance
(
value
:
Any
?
)
:
Boolean
Content copied to clipboard
Returns
true
if
value
is an instance of this class on a given platform.
Since Kotlin
1.1