Michael Marshall
02/16/2022, 1:52 AMAny
, what is the default equals()
implementation, given I don’t override it myself?
The source code for Any
doesn’t show what the default is
public open operator fun equals(other: Any?): Boolean
jw
02/16/2022, 2:03 AMjw
02/16/2022, 2:04 AMMichael Marshall
02/16/2022, 2:15 AMFleshgrinder
02/16/2022, 7:18 AMjw
02/16/2022, 1:23 PM