Try `myLong == 0L`. Comparison only works between ...
# getting-started
k
Try
myLong == 0L
. Comparison only works between objects of the same type in Kotlin.