Hello, why if equals is defined to take a paramete...
# announcements
t
Hello, why if equals is defined to take a parameter of type Any? then kotlin is preventing me to call == with two different types? and how do I implement an equals method that is actually able to accept Any? as a parameter? (I get Operator == cannot be applied to ClassA and ClassB)