Kotlin - Operators and Expressions
You want to check if two variables
a and b in Kotlin either have the same content or are the exact same object. Which code snippet correctly prints "Equal" if either condition is true, and "Not Equal" otherwise?