T
Tony Johansson
Hello!
If I define operator == and != is then nessesary to override method Equals
and GetHashCode that is inherited from
System.Object ?
If yes will Equals have the same functionalitty as operator == ?
So can I then just restrict the functionality to one method and just call
this method from the other ?
Does this sound correct ?
//Tony
If I define operator == and != is then nessesary to override method Equals
and GetHashCode that is inherited from
System.Object ?
If yes will Equals have the same functionalitty as operator == ?
So can I then just restrict the functionality to one method and just call
this method from the other ?
Does this sound correct ?
//Tony