Like can you compare them with `==` operator?
# announcements
d
Like can you compare them with
==
operator?
a
it doesnt matter, in kotlin
==
operator invokes
equals
method, for identity equality there's
===
operator