Closed WalkerCodeRanger closed 3 years ago
When implementing the interface IComparable<T> one is supposed to also implement IEquatable<T>
IComparable<T>
IEquatable<T>
Fixed in v2.1.0.
Also, fixed the exception thrown when checking equality with other types of objects.
When implementing the interface
IComparable<T>
one is supposed to also implementIEquatable<T>