As the title says: do i need to override the == operator? how about the .Equals() method? Anything i'm missing?
|
|
|
|
|
|
|
An example from msdn
|
||
|
|
|
|
You should also implement IEquatable<T>. Here is an excerpt from Framework Design Guidelines:
|
||
|
|
|
Yes,
|
||
|
|
|
|
The basic difference among the two is that the |
|||
|
|
