Closed Chris3606 closed 4 years ago
PolarCoordinate
IMatchable<T>
IEquatable<T>
Equals
operator==
operator!=
GetHashCode
Matches
PolarCoordinate
PolarCoordinate
IMatchable<T>
interface for defining mutable type equality comparisons (fixes #44)IEquatable<T>
implementations from all mutable typesEquals
,operator==
,operator!=
, andGetHashCode
implementations from all mutable typesIMatchable<T>
implementationIMatchable<T>
on immutable types (mirroringEquals
) to provide parityEquals
extension methods toMatches
, and added extension methods for built in types (fixes #50)IMatchable<T>
and correctly test all serialization aspects