We are in the process of migrating UnitsNet to the latest and found that some of our obsolete equals methods were failing. Inspecting the generated code shows that the comparison type is ignored.
|
comparisonType: ComparisonType.Absolute); |
Seems like the comparison class still supports it, any reason to not keep it backwards compatible?
|
return EqualsRelative(referenceValue, otherValue, tolerance); |