Get up to 80 % extra points for free! More info:

Lesson 20 - Equals(), clone() and data classes in Kotlin

In the previous lesson, Enumerated types and constants in Kotlin, we went over the enumerated types and constants in Kotlin. In today's tutorial, we're going to focus on the equals() method and introduce object cloning.

The equals() method

The equals() method is related to comparing objects. We already know that we use it to compare strings. The == operator works for standard data types, such as Int or Double, as we would expect it to. However, when we try to compare 2 objects using ==, we'll get true only if we're comparing 2 references to the same object. If we create a class and 2 different instances of that class, those are still 2 different objects. Their values are the same, but the objects are not the same.


 

...End of the preview...
Continue further

You will gain knowledge worth hundreds of thousands for a few crowns

You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.

Buy this course

Buy all currently available lessons with exercise submitting and other features for just $4.50
Current account balance $0
By buying this package, you'll have access to all 21 articles (21 lessons) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • Unlimited and permanent access to individual lessons.
  • High quality IT knowledge.
  • Skills to help you get your dream and well-paid job.

Article description

Requested article covers this content:

In this tutorial, we'll override the equals() method so it can compare objects via their internal state. Then we'll explain cloning and data classes.

You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.

Article has been written for you by Samuel Kodytek
Avatar
I'm intereseted in JVM languages and Swift
Activities