ali guvenbasequals() and hashCode() explainedWe usually see this methods in an object by default. But do we now why we need them, why are they being using for? I will try to explain it…Nov 15
InEqualizer ExchangebyBlake HooperEqualizer Exchange Migration to Sonic Network: A New Chapter for Our CommunityWe are thrilled to share the news of Equalizer Exchange’s migration to the Sonic network. This move marks a significant milestone for our…Oct 15
Vishnu Kumar SoniUnderstanding == vs === in Kotlin Data ClassesWhen working with Kotlin, especially with data class structures, the difference between == and === often leads to confusion among…Oct 4Oct 4
Amandeep SinghWhy it is Important to Override equals and hashcode method for Custom Objects?The equals and hashCode methods are fundamental to object comparison and hashing in Java. When working with custom objects, it is essential…Jun 20, 2023Jun 20, 2023
Muhammad AlfiansyahLearn Kotlin from Swift perspectiveI believe if we learn with comparison, we will learn faster so here I am, learning Kotlin from Swift perpective.Jul 27Jul 27
ali guvenbasequals() and hashCode() explainedWe usually see this methods in an object by default. But do we now why we need them, why are they being using for? I will try to explain it…Nov 15
InEqualizer ExchangebyBlake HooperEqualizer Exchange Migration to Sonic Network: A New Chapter for Our CommunityWe are thrilled to share the news of Equalizer Exchange’s migration to the Sonic network. This move marks a significant milestone for our…Oct 15
Vishnu Kumar SoniUnderstanding == vs === in Kotlin Data ClassesWhen working with Kotlin, especially with data class structures, the difference between == and === often leads to confusion among…Oct 4
Amandeep SinghWhy it is Important to Override equals and hashcode method for Custom Objects?The equals and hashCode methods are fundamental to object comparison and hashing in Java. When working with custom objects, it is essential…Jun 20, 2023
Muhammad AlfiansyahLearn Kotlin from Swift perspectiveI believe if we learn with comparison, we will learn faster so here I am, learning Kotlin from Swift perpective.Jul 27
Muhammad Humza KhanUnderstanding ==, ===, and equals() in Kotlin: A Comparison with Code ExamplesWhen working with Kotlin, you might come across different ways to compare objects and values. It’s essential to understand the distinctions…Jun 7, 2023
Karanveer Singhequals vs === in KotlinDo you also get confused between == and equals() in Kotlin ? Well, I hope so otherwise you wouldn’t have been here.Jul 23
JustgiveacarHow to use equals() and hashCode() in JavaUnderstand equals() and hashCode() in JavaJul 6, 2021