equals
abstract fun equals(other: Any?): Boolean
Returns true
if this KClass instance represents the same Kotlin class as the class represented by other. On JVM this means that all of the following conditions are satisfied:
-
other has the same (fully qualified) Kotlin class name as this inst