You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the newly added PropertyComparer the Within rule is no longer correct. If a class does not implement IEquatable, we now pass each property to the comparer, passing along the tolerance.
The rule needs to stay in place for types implementing IEquatable.
The text was updated successfully, but these errors were encountered:
Because of the newly added
PropertyComparer
theWithin
rule is no longer correct. If a class does not implementIEquatable
, we now pass each property to the comparer, passing along the tolerance.The rule needs to stay in place for types implementing
IEquatable
.The text was updated successfully, but these errors were encountered: