I\'d like to know what is default implementation for equality operatort (== and !=)
Is it?
public static bool operator ==(object obj1, object obj2) {
By default, those operators test for equality of reference.