equals

actual open operator override fun equals(other: Any?): Boolean

Two handles are equal when they have the same type and wrap the same native object.

expect open operator override fun equals(other: Any?): Boolean

Two handles are equal when they have the same type and wrap the same native object.

actual open operator override fun equals(other: Any?): Boolean

Two handles are equal when they have the same type and wrap the same native object.