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
Minor performance improvements to the BaseUnits class (v5) (#1452)
- avoid storing the `IsFullyDefined` value to a field (the property is
only used when constructing a `UnitSystem`)
- add a reference check to the `Equals` method (improves the ==
Undefined)
- use the `HashCode` class for the `GetHashCode` method (note that the
result would be different between Framework and NET projects)
0 commit comments