Closed aggieben closed 5 years ago
Result and Maybe are both sealed and immutable, and in RC5 will become value types. We are overriding .Equals and ==, and should probably go ahead and just make these implement IComparable as well.
.Equals
==
IComparable
Result and Maybe are both sealed and immutable, and in RC5 will become value types. We are overriding
.Equals
and==
, and should probably go ahead and just make these implementIComparable
as well.