Tag: gethashcode

Comparing Objects by Value. Part 5: Structure Equality Issue

Computer Environment, Languages & Coding

In my previous publication, I described the fullest and the most correct way to compare objects by...
Read More

Comparing Objects by Value. Part 4: Inheritance & Comparison Operators

Computer Environment, Languages & Coding

In the previous article, we analyzed how to compare objects by value on a particular example with the Person class that includes:...
Read More

Comparing Objects by Value. Part 1. Beginning

Computer Environment, Languages & Coding

It is a common fact that the .NET object model, as well as other software program platforms, allow comparing objects by reference and by...
Read More
Close