diff --git a/CodeGen/Generators/UnitsNetGen/QuantityGenerator.cs b/CodeGen/Generators/UnitsNetGen/QuantityGenerator.cs index 7af79a14c9..6020947d7c 100644 --- a/CodeGen/Generators/UnitsNetGen/QuantityGenerator.cs +++ b/CodeGen/Generators/UnitsNetGen/QuantityGenerator.cs @@ -852,7 +852,7 @@ public bool Equals({_quantity.Name} other, {_quantity.ValueType} tolerance, Comp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); }} /// diff --git a/UnitsNet/GeneratedCode/Quantities/AbsorbedDoseOfIonizingRadiation.g.cs b/UnitsNet/GeneratedCode/Quantities/AbsorbedDoseOfIonizingRadiation.g.cs index cb22bfe807..0120185d65 100644 --- a/UnitsNet/GeneratedCode/Quantities/AbsorbedDoseOfIonizingRadiation.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/AbsorbedDoseOfIonizingRadiation.g.cs @@ -856,7 +856,7 @@ public bool Equals(AbsorbedDoseOfIonizingRadiation other, double tolerance, Comp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Acceleration.g.cs b/UnitsNet/GeneratedCode/Quantities/Acceleration.g.cs index 70bb6e9a8a..244519d5f6 100644 --- a/UnitsNet/GeneratedCode/Quantities/Acceleration.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Acceleration.g.cs @@ -817,7 +817,7 @@ public bool Equals(Acceleration other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/AmountOfSubstance.g.cs b/UnitsNet/GeneratedCode/Quantities/AmountOfSubstance.g.cs index 145a912165..2d0cc4ffc9 100644 --- a/UnitsNet/GeneratedCode/Quantities/AmountOfSubstance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/AmountOfSubstance.g.cs @@ -871,7 +871,7 @@ public bool Equals(AmountOfSubstance other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/AmplitudeRatio.g.cs b/UnitsNet/GeneratedCode/Quantities/AmplitudeRatio.g.cs index b0ecc173ec..b4f5cd6a77 100644 --- a/UnitsNet/GeneratedCode/Quantities/AmplitudeRatio.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/AmplitudeRatio.g.cs @@ -645,7 +645,7 @@ public bool Equals(AmplitudeRatio other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Angle.g.cs b/UnitsNet/GeneratedCode/Quantities/Angle.g.cs index 2eaea11a35..42293cdead 100644 --- a/UnitsNet/GeneratedCode/Quantities/Angle.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Angle.g.cs @@ -853,7 +853,7 @@ public bool Equals(Angle other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ApparentEnergy.g.cs b/UnitsNet/GeneratedCode/Quantities/ApparentEnergy.g.cs index b32dfc6579..871396504d 100644 --- a/UnitsNet/GeneratedCode/Quantities/ApparentEnergy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ApparentEnergy.g.cs @@ -619,7 +619,7 @@ public bool Equals(ApparentEnergy other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ApparentPower.g.cs b/UnitsNet/GeneratedCode/Quantities/ApparentPower.g.cs index 20d3bf1ff3..ec1cb0a92a 100644 --- a/UnitsNet/GeneratedCode/Quantities/ApparentPower.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ApparentPower.g.cs @@ -673,7 +673,7 @@ public bool Equals(ApparentPower other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Area.g.cs b/UnitsNet/GeneratedCode/Quantities/Area.g.cs index d383ad05d8..d82ae6c6a1 100644 --- a/UnitsNet/GeneratedCode/Quantities/Area.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Area.g.cs @@ -817,7 +817,7 @@ public bool Equals(Area other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/AreaDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/AreaDensity.g.cs index 39aae850dc..0ab4a5f1c5 100644 --- a/UnitsNet/GeneratedCode/Quantities/AreaDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/AreaDensity.g.cs @@ -619,7 +619,7 @@ public bool Equals(AreaDensity other, double tolerance, ComparisonType compariso referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/AreaMomentOfInertia.g.cs b/UnitsNet/GeneratedCode/Quantities/AreaMomentOfInertia.g.cs index 18978f7d25..8f7273944f 100644 --- a/UnitsNet/GeneratedCode/Quantities/AreaMomentOfInertia.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/AreaMomentOfInertia.g.cs @@ -673,7 +673,7 @@ public bool Equals(AreaMomentOfInertia other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/BitRate.g.cs b/UnitsNet/GeneratedCode/Quantities/BitRate.g.cs index e035509b30..2c8a455d25 100644 --- a/UnitsNet/GeneratedCode/Quantities/BitRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/BitRate.g.cs @@ -1037,7 +1037,7 @@ public bool Equals(BitRate other, decimal tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/BrakeSpecificFuelConsumption.g.cs b/UnitsNet/GeneratedCode/Quantities/BrakeSpecificFuelConsumption.g.cs index 245cf0aa43..89864bb4c0 100644 --- a/UnitsNet/GeneratedCode/Quantities/BrakeSpecificFuelConsumption.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/BrakeSpecificFuelConsumption.g.cs @@ -619,7 +619,7 @@ public bool Equals(BrakeSpecificFuelConsumption other, double tolerance, Compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Capacitance.g.cs b/UnitsNet/GeneratedCode/Quantities/Capacitance.g.cs index cba2176134..0117d2ed3c 100644 --- a/UnitsNet/GeneratedCode/Quantities/Capacitance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Capacitance.g.cs @@ -694,7 +694,7 @@ public bool Equals(Capacitance other, double tolerance, ComparisonType compariso referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/CoefficientOfThermalExpansion.g.cs b/UnitsNet/GeneratedCode/Quantities/CoefficientOfThermalExpansion.g.cs index 12901f9949..6b0e080207 100644 --- a/UnitsNet/GeneratedCode/Quantities/CoefficientOfThermalExpansion.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/CoefficientOfThermalExpansion.g.cs @@ -733,7 +733,7 @@ public bool Equals(CoefficientOfThermalExpansion other, double tolerance, Compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Compressibility.g.cs b/UnitsNet/GeneratedCode/Quantities/Compressibility.g.cs index c7dc0fa1b2..708021bee2 100644 --- a/UnitsNet/GeneratedCode/Quantities/Compressibility.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Compressibility.g.cs @@ -691,7 +691,7 @@ public bool Equals(Compressibility other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Density.g.cs b/UnitsNet/GeneratedCode/Quantities/Density.g.cs index 0ef2967c9e..063b1a8d89 100644 --- a/UnitsNet/GeneratedCode/Quantities/Density.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Density.g.cs @@ -1576,7 +1576,7 @@ public bool Equals(Density other, double tolerance, ComparisonType comparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Duration.g.cs b/UnitsNet/GeneratedCode/Quantities/Duration.g.cs index 4757a9fd0c..ed800dd9b2 100644 --- a/UnitsNet/GeneratedCode/Quantities/Duration.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Duration.g.cs @@ -763,7 +763,7 @@ public bool Equals(Duration other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/DynamicViscosity.g.cs b/UnitsNet/GeneratedCode/Quantities/DynamicViscosity.g.cs index 7e55a0b697..18dfecfb33 100644 --- a/UnitsNet/GeneratedCode/Quantities/DynamicViscosity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/DynamicViscosity.g.cs @@ -748,7 +748,7 @@ public bool Equals(DynamicViscosity other, double tolerance, ComparisonType comp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricAdmittance.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricAdmittance.g.cs index 602646b4da..ddb125861a 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricAdmittance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricAdmittance.g.cs @@ -637,7 +637,7 @@ public bool Equals(ElectricAdmittance other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricCharge.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricCharge.g.cs index 5cc6cd32a1..57472bf3e6 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricCharge.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricCharge.g.cs @@ -766,7 +766,7 @@ public bool Equals(ElectricCharge other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricChargeDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricChargeDensity.g.cs index 35fecd31be..ad79fe0038 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricChargeDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricChargeDensity.g.cs @@ -586,7 +586,7 @@ public bool Equals(ElectricChargeDensity other, double tolerance, ComparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricConductance.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricConductance.g.cs index 9913e5aadb..0718924b75 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricConductance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricConductance.g.cs @@ -658,7 +658,7 @@ public bool Equals(ElectricConductance other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricConductivity.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricConductivity.g.cs index ecc6b7e729..38d1dcb096 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricConductivity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricConductivity.g.cs @@ -676,7 +676,7 @@ public bool Equals(ElectricConductivity other, double tolerance, ComparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricCurrent.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricCurrent.g.cs index 1b6156977e..52c885dd1e 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricCurrent.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricCurrent.g.cs @@ -727,7 +727,7 @@ public bool Equals(ElectricCurrent other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricCurrentDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricCurrentDensity.g.cs index 76965700b7..affe140d48 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricCurrentDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricCurrentDensity.g.cs @@ -622,7 +622,7 @@ public bool Equals(ElectricCurrentDensity other, double tolerance, ComparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricCurrentGradient.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricCurrentGradient.g.cs index 2034160562..1a1b05ea71 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricCurrentGradient.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricCurrentGradient.g.cs @@ -691,7 +691,7 @@ public bool Equals(ElectricCurrentGradient other, double tolerance, ComparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricField.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricField.g.cs index a51c6e9e7e..2d61d35a0f 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricField.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricField.g.cs @@ -586,7 +586,7 @@ public bool Equals(ElectricField other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricInductance.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricInductance.g.cs index de893dd57e..777ee212b7 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricInductance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricInductance.g.cs @@ -658,7 +658,7 @@ public bool Equals(ElectricInductance other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricPotential.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricPotential.g.cs index 4464a0b025..effecbf5b8 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricPotential.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricPotential.g.cs @@ -673,7 +673,7 @@ public bool Equals(ElectricPotential other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricPotentialAc.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricPotentialAc.g.cs index e91f43113f..bb85038da3 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricPotentialAc.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricPotentialAc.g.cs @@ -655,7 +655,7 @@ public bool Equals(ElectricPotentialAc other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricPotentialChangeRate.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricPotentialChangeRate.g.cs index 623b1889ed..7770f9cd9e 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricPotentialChangeRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricPotentialChangeRate.g.cs @@ -925,7 +925,7 @@ public bool Equals(ElectricPotentialChangeRate other, double tolerance, Comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricPotentialDc.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricPotentialDc.g.cs index 737cf3d21e..9d7947af08 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricPotentialDc.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricPotentialDc.g.cs @@ -655,7 +655,7 @@ public bool Equals(ElectricPotentialDc other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricResistance.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricResistance.g.cs index 86b61368cb..633e4bd849 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricResistance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricResistance.g.cs @@ -691,7 +691,7 @@ public bool Equals(ElectricResistance other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricResistivity.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricResistivity.g.cs index 34cd0e4e25..d29ed8ac62 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricResistivity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricResistivity.g.cs @@ -820,7 +820,7 @@ public bool Equals(ElectricResistivity other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ElectricSurfaceChargeDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/ElectricSurfaceChargeDensity.g.cs index edb5abb798..04e0cc533b 100644 --- a/UnitsNet/GeneratedCode/Quantities/ElectricSurfaceChargeDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ElectricSurfaceChargeDensity.g.cs @@ -622,7 +622,7 @@ public bool Equals(ElectricSurfaceChargeDensity other, double tolerance, Compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Energy.g.cs b/UnitsNet/GeneratedCode/Quantities/Energy.g.cs index f70f812e4d..158baf6d26 100644 --- a/UnitsNet/GeneratedCode/Quantities/Energy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Energy.g.cs @@ -1285,7 +1285,7 @@ public bool Equals(Energy other, double tolerance, ComparisonType comparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/EnergyDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/EnergyDensity.g.cs index b2c0c46945..5258148284 100644 --- a/UnitsNet/GeneratedCode/Quantities/EnergyDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/EnergyDensity.g.cs @@ -781,7 +781,7 @@ public bool Equals(EnergyDensity other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Entropy.g.cs b/UnitsNet/GeneratedCode/Quantities/Entropy.g.cs index 99d8814060..ad3b0058d7 100644 --- a/UnitsNet/GeneratedCode/Quantities/Entropy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Entropy.g.cs @@ -691,7 +691,7 @@ public bool Equals(Entropy other, double tolerance, ComparisonType comparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Force.g.cs b/UnitsNet/GeneratedCode/Quantities/Force.g.cs index 8929f0956e..65b789eef4 100644 --- a/UnitsNet/GeneratedCode/Quantities/Force.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Force.g.cs @@ -835,7 +835,7 @@ public bool Equals(Force other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ForceChangeRate.g.cs b/UnitsNet/GeneratedCode/Quantities/ForceChangeRate.g.cs index 974f952c80..bcc487a9e0 100644 --- a/UnitsNet/GeneratedCode/Quantities/ForceChangeRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ForceChangeRate.g.cs @@ -835,7 +835,7 @@ public bool Equals(ForceChangeRate other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ForcePerLength.g.cs b/UnitsNet/GeneratedCode/Quantities/ForcePerLength.g.cs index ca695a0193..eaadc63bf0 100644 --- a/UnitsNet/GeneratedCode/Quantities/ForcePerLength.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ForcePerLength.g.cs @@ -1249,7 +1249,7 @@ public bool Equals(ForcePerLength other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Frequency.g.cs b/UnitsNet/GeneratedCode/Quantities/Frequency.g.cs index 0777c1c0e9..0a9fc024ad 100644 --- a/UnitsNet/GeneratedCode/Quantities/Frequency.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Frequency.g.cs @@ -799,7 +799,7 @@ public bool Equals(Frequency other, double tolerance, ComparisonType comparisonT referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/FuelEfficiency.g.cs b/UnitsNet/GeneratedCode/Quantities/FuelEfficiency.g.cs index e97f3d44ef..45ed07045d 100644 --- a/UnitsNet/GeneratedCode/Quantities/FuelEfficiency.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/FuelEfficiency.g.cs @@ -640,7 +640,7 @@ public bool Equals(FuelEfficiency other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/HeatFlux.g.cs b/UnitsNet/GeneratedCode/Quantities/HeatFlux.g.cs index b18e32c993..4844af658c 100644 --- a/UnitsNet/GeneratedCode/Quantities/HeatFlux.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/HeatFlux.g.cs @@ -889,7 +889,7 @@ public bool Equals(HeatFlux other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/HeatTransferCoefficient.g.cs b/UnitsNet/GeneratedCode/Quantities/HeatTransferCoefficient.g.cs index 02404bd9c0..9e2a1799b2 100644 --- a/UnitsNet/GeneratedCode/Quantities/HeatTransferCoefficient.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/HeatTransferCoefficient.g.cs @@ -675,7 +675,7 @@ public bool Equals(HeatTransferCoefficient other, double tolerance, ComparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Illuminance.g.cs b/UnitsNet/GeneratedCode/Quantities/Illuminance.g.cs index bc9efb1097..4303fa731b 100644 --- a/UnitsNet/GeneratedCode/Quantities/Illuminance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Illuminance.g.cs @@ -640,7 +640,7 @@ public bool Equals(Illuminance other, double tolerance, ComparisonType compariso referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Impulse.g.cs b/UnitsNet/GeneratedCode/Quantities/Impulse.g.cs index ad7ccac647..be41dc471b 100644 --- a/UnitsNet/GeneratedCode/Quantities/Impulse.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Impulse.g.cs @@ -799,7 +799,7 @@ public bool Equals(Impulse other, double tolerance, ComparisonType comparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Information.g.cs b/UnitsNet/GeneratedCode/Quantities/Information.g.cs index e2b0cdc1d6..6ccb5bf342 100644 --- a/UnitsNet/GeneratedCode/Quantities/Information.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Information.g.cs @@ -1034,7 +1034,7 @@ public bool Equals(Information other, decimal tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Irradiance.g.cs b/UnitsNet/GeneratedCode/Quantities/Irradiance.g.cs index 3791551a02..46d21db381 100644 --- a/UnitsNet/GeneratedCode/Quantities/Irradiance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Irradiance.g.cs @@ -817,7 +817,7 @@ public bool Equals(Irradiance other, double tolerance, ComparisonType comparison referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Irradiation.g.cs b/UnitsNet/GeneratedCode/Quantities/Irradiation.g.cs index d7223ed47b..f7058c1831 100644 --- a/UnitsNet/GeneratedCode/Quantities/Irradiation.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Irradiation.g.cs @@ -730,7 +730,7 @@ public bool Equals(Irradiation other, double tolerance, ComparisonType compariso referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Jerk.g.cs b/UnitsNet/GeneratedCode/Quantities/Jerk.g.cs index 70e7fb824d..ae8ae08bac 100644 --- a/UnitsNet/GeneratedCode/Quantities/Jerk.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Jerk.g.cs @@ -763,7 +763,7 @@ public bool Equals(Jerk other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/KinematicViscosity.g.cs b/UnitsNet/GeneratedCode/Quantities/KinematicViscosity.g.cs index 9dc7c15d8a..43b20285e1 100644 --- a/UnitsNet/GeneratedCode/Quantities/KinematicViscosity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/KinematicViscosity.g.cs @@ -730,7 +730,7 @@ public bool Equals(KinematicViscosity other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/LeakRate.g.cs b/UnitsNet/GeneratedCode/Quantities/LeakRate.g.cs index 41a9e3d36e..4d4fdef11e 100644 --- a/UnitsNet/GeneratedCode/Quantities/LeakRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/LeakRate.g.cs @@ -622,7 +622,7 @@ public bool Equals(LeakRate other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Length.g.cs b/UnitsNet/GeneratedCode/Quantities/Length.g.cs index f6bd837fc1..1364888619 100644 --- a/UnitsNet/GeneratedCode/Quantities/Length.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Length.g.cs @@ -1321,7 +1321,7 @@ public bool Equals(Length other, double tolerance, ComparisonType comparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Level.g.cs b/UnitsNet/GeneratedCode/Quantities/Level.g.cs index ddd5669a81..c98b10d57c 100644 --- a/UnitsNet/GeneratedCode/Quantities/Level.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Level.g.cs @@ -609,7 +609,7 @@ public bool Equals(Level other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/LinearDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/LinearDensity.g.cs index 6ac14228e4..4f8a03ba29 100644 --- a/UnitsNet/GeneratedCode/Quantities/LinearDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/LinearDensity.g.cs @@ -820,7 +820,7 @@ public bool Equals(LinearDensity other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/LinearPowerDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/LinearPowerDensity.g.cs index 1e423dfb9d..bd32306b68 100644 --- a/UnitsNet/GeneratedCode/Quantities/LinearPowerDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/LinearPowerDensity.g.cs @@ -1018,7 +1018,7 @@ public bool Equals(LinearPowerDensity other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Luminance.g.cs b/UnitsNet/GeneratedCode/Quantities/Luminance.g.cs index c66f06b940..9f30879126 100644 --- a/UnitsNet/GeneratedCode/Quantities/Luminance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Luminance.g.cs @@ -748,7 +748,7 @@ public bool Equals(Luminance other, double tolerance, ComparisonType comparisonT referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Luminosity.g.cs b/UnitsNet/GeneratedCode/Quantities/Luminosity.g.cs index 196d338cdb..23e4819c41 100644 --- a/UnitsNet/GeneratedCode/Quantities/Luminosity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Luminosity.g.cs @@ -820,7 +820,7 @@ public bool Equals(Luminosity other, double tolerance, ComparisonType comparison referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/LuminousFlux.g.cs b/UnitsNet/GeneratedCode/Quantities/LuminousFlux.g.cs index 782e71b47a..cc09eb54cf 100644 --- a/UnitsNet/GeneratedCode/Quantities/LuminousFlux.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/LuminousFlux.g.cs @@ -586,7 +586,7 @@ public bool Equals(LuminousFlux other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/LuminousIntensity.g.cs b/UnitsNet/GeneratedCode/Quantities/LuminousIntensity.g.cs index 591dfafff7..132acdb143 100644 --- a/UnitsNet/GeneratedCode/Quantities/LuminousIntensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/LuminousIntensity.g.cs @@ -586,7 +586,7 @@ public bool Equals(LuminousIntensity other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MagneticField.g.cs b/UnitsNet/GeneratedCode/Quantities/MagneticField.g.cs index 51af5f3986..13ca48d0ab 100644 --- a/UnitsNet/GeneratedCode/Quantities/MagneticField.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MagneticField.g.cs @@ -676,7 +676,7 @@ public bool Equals(MagneticField other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MagneticFlux.g.cs b/UnitsNet/GeneratedCode/Quantities/MagneticFlux.g.cs index dee56f674e..4b65dc369f 100644 --- a/UnitsNet/GeneratedCode/Quantities/MagneticFlux.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MagneticFlux.g.cs @@ -586,7 +586,7 @@ public bool Equals(MagneticFlux other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Magnetization.g.cs b/UnitsNet/GeneratedCode/Quantities/Magnetization.g.cs index c78628a5e6..049b8a2c93 100644 --- a/UnitsNet/GeneratedCode/Quantities/Magnetization.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Magnetization.g.cs @@ -586,7 +586,7 @@ public bool Equals(Magnetization other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Mass.g.cs b/UnitsNet/GeneratedCode/Quantities/Mass.g.cs index 96e577a094..11741cbb4c 100644 --- a/UnitsNet/GeneratedCode/Quantities/Mass.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Mass.g.cs @@ -1051,7 +1051,7 @@ public bool Equals(Mass other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MassConcentration.g.cs b/UnitsNet/GeneratedCode/Quantities/MassConcentration.g.cs index 35da602028..721c061919 100644 --- a/UnitsNet/GeneratedCode/Quantities/MassConcentration.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MassConcentration.g.cs @@ -1450,7 +1450,7 @@ public bool Equals(MassConcentration other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MassFlow.g.cs b/UnitsNet/GeneratedCode/Quantities/MassFlow.g.cs index cfed0f6d94..d43fa1a14a 100644 --- a/UnitsNet/GeneratedCode/Quantities/MassFlow.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MassFlow.g.cs @@ -1159,7 +1159,7 @@ public bool Equals(MassFlow other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MassFlux.g.cs b/UnitsNet/GeneratedCode/Quantities/MassFlux.g.cs index 96c735e1e5..9616879d4a 100644 --- a/UnitsNet/GeneratedCode/Quantities/MassFlux.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MassFlux.g.cs @@ -781,7 +781,7 @@ public bool Equals(MassFlux other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MassFraction.g.cs b/UnitsNet/GeneratedCode/Quantities/MassFraction.g.cs index 2fba7193ec..0e14623d0e 100644 --- a/UnitsNet/GeneratedCode/Quantities/MassFraction.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MassFraction.g.cs @@ -1000,7 +1000,7 @@ public bool Equals(MassFraction other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MassMomentOfInertia.g.cs b/UnitsNet/GeneratedCode/Quantities/MassMomentOfInertia.g.cs index ee08517837..afdbd2213d 100644 --- a/UnitsNet/GeneratedCode/Quantities/MassMomentOfInertia.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MassMomentOfInertia.g.cs @@ -1069,7 +1069,7 @@ public bool Equals(MassMomentOfInertia other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Molality.g.cs b/UnitsNet/GeneratedCode/Quantities/Molality.g.cs index 8656253ed0..851c31ad8f 100644 --- a/UnitsNet/GeneratedCode/Quantities/Molality.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Molality.g.cs @@ -604,7 +604,7 @@ public bool Equals(Molality other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MolarEnergy.g.cs b/UnitsNet/GeneratedCode/Quantities/MolarEnergy.g.cs index 51dcd82796..0c2f38082f 100644 --- a/UnitsNet/GeneratedCode/Quantities/MolarEnergy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MolarEnergy.g.cs @@ -619,7 +619,7 @@ public bool Equals(MolarEnergy other, double tolerance, ComparisonType compariso referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MolarEntropy.g.cs b/UnitsNet/GeneratedCode/Quantities/MolarEntropy.g.cs index 128301b121..99251f1514 100644 --- a/UnitsNet/GeneratedCode/Quantities/MolarEntropy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MolarEntropy.g.cs @@ -619,7 +619,7 @@ public bool Equals(MolarEntropy other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MolarFlow.g.cs b/UnitsNet/GeneratedCode/Quantities/MolarFlow.g.cs index 4a10b43681..c62613fdbb 100644 --- a/UnitsNet/GeneratedCode/Quantities/MolarFlow.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MolarFlow.g.cs @@ -727,7 +727,7 @@ public bool Equals(MolarFlow other, double tolerance, ComparisonType comparisonT referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/MolarMass.g.cs b/UnitsNet/GeneratedCode/Quantities/MolarMass.g.cs index 2065e9e561..849c51fae0 100644 --- a/UnitsNet/GeneratedCode/Quantities/MolarMass.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/MolarMass.g.cs @@ -799,7 +799,7 @@ public bool Equals(MolarMass other, double tolerance, ComparisonType comparisonT referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Molarity.g.cs b/UnitsNet/GeneratedCode/Quantities/Molarity.g.cs index 49f086827c..3c4a93e44f 100644 --- a/UnitsNet/GeneratedCode/Quantities/Molarity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Molarity.g.cs @@ -766,7 +766,7 @@ public bool Equals(Molarity other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Permeability.g.cs b/UnitsNet/GeneratedCode/Quantities/Permeability.g.cs index ffc58c0a3d..592aecb4fe 100644 --- a/UnitsNet/GeneratedCode/Quantities/Permeability.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Permeability.g.cs @@ -586,7 +586,7 @@ public bool Equals(Permeability other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Permittivity.g.cs b/UnitsNet/GeneratedCode/Quantities/Permittivity.g.cs index 8ef33bde85..763007ffb4 100644 --- a/UnitsNet/GeneratedCode/Quantities/Permittivity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Permittivity.g.cs @@ -586,7 +586,7 @@ public bool Equals(Permittivity other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/PorousMediumPermeability.g.cs b/UnitsNet/GeneratedCode/Quantities/PorousMediumPermeability.g.cs index 33f4619252..470defa5a1 100644 --- a/UnitsNet/GeneratedCode/Quantities/PorousMediumPermeability.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/PorousMediumPermeability.g.cs @@ -658,7 +658,7 @@ public bool Equals(PorousMediumPermeability other, double tolerance, ComparisonT referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Power.g.cs b/UnitsNet/GeneratedCode/Quantities/Power.g.cs index 6368125995..25f0bfcb78 100644 --- a/UnitsNet/GeneratedCode/Quantities/Power.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Power.g.cs @@ -1034,7 +1034,7 @@ public bool Equals(Power other, decimal tolerance, ComparisonType comparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/PowerDensity.g.cs b/UnitsNet/GeneratedCode/Quantities/PowerDensity.g.cs index 66fd5cdec0..157cb8edaf 100644 --- a/UnitsNet/GeneratedCode/Quantities/PowerDensity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/PowerDensity.g.cs @@ -1357,7 +1357,7 @@ public bool Equals(PowerDensity other, double tolerance, ComparisonType comparis referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/PowerRatio.g.cs b/UnitsNet/GeneratedCode/Quantities/PowerRatio.g.cs index f56e4c5018..157c1ff6df 100644 --- a/UnitsNet/GeneratedCode/Quantities/PowerRatio.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/PowerRatio.g.cs @@ -609,7 +609,7 @@ public bool Equals(PowerRatio other, double tolerance, ComparisonType comparison referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Pressure.g.cs b/UnitsNet/GeneratedCode/Quantities/Pressure.g.cs index 084ac40d05..ab89e612c9 100644 --- a/UnitsNet/GeneratedCode/Quantities/Pressure.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Pressure.g.cs @@ -1447,7 +1447,7 @@ public bool Equals(Pressure other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/PressureChangeRate.g.cs b/UnitsNet/GeneratedCode/Quantities/PressureChangeRate.g.cs index fdc12cfb78..2cacce626d 100644 --- a/UnitsNet/GeneratedCode/Quantities/PressureChangeRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/PressureChangeRate.g.cs @@ -889,7 +889,7 @@ public bool Equals(PressureChangeRate other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RadiationEquivalentDose.g.cs b/UnitsNet/GeneratedCode/Quantities/RadiationEquivalentDose.g.cs index 646f55459b..4c6b49942a 100644 --- a/UnitsNet/GeneratedCode/Quantities/RadiationEquivalentDose.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RadiationEquivalentDose.g.cs @@ -673,7 +673,7 @@ public bool Equals(RadiationEquivalentDose other, double tolerance, ComparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RadiationExposure.g.cs b/UnitsNet/GeneratedCode/Quantities/RadiationExposure.g.cs index 84d2f7f77f..67012ecc31 100644 --- a/UnitsNet/GeneratedCode/Quantities/RadiationExposure.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RadiationExposure.g.cs @@ -709,7 +709,7 @@ public bool Equals(RadiationExposure other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Radioactivity.g.cs b/UnitsNet/GeneratedCode/Quantities/Radioactivity.g.cs index 79a0d64373..cbe64282d4 100644 --- a/UnitsNet/GeneratedCode/Quantities/Radioactivity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Radioactivity.g.cs @@ -1087,7 +1087,7 @@ public bool Equals(Radioactivity other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Ratio.g.cs b/UnitsNet/GeneratedCode/Quantities/Ratio.g.cs index da4a149af3..8061046539 100644 --- a/UnitsNet/GeneratedCode/Quantities/Ratio.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Ratio.g.cs @@ -673,7 +673,7 @@ public bool Equals(Ratio other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RatioChangeRate.g.cs b/UnitsNet/GeneratedCode/Quantities/RatioChangeRate.g.cs index 269b4634e9..47adb71c36 100644 --- a/UnitsNet/GeneratedCode/Quantities/RatioChangeRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RatioChangeRate.g.cs @@ -601,7 +601,7 @@ public bool Equals(RatioChangeRate other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ReactiveEnergy.g.cs b/UnitsNet/GeneratedCode/Quantities/ReactiveEnergy.g.cs index 94efaa325f..31ab9b2559 100644 --- a/UnitsNet/GeneratedCode/Quantities/ReactiveEnergy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ReactiveEnergy.g.cs @@ -619,7 +619,7 @@ public bool Equals(ReactiveEnergy other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ReactivePower.g.cs b/UnitsNet/GeneratedCode/Quantities/ReactivePower.g.cs index 9da1b6e288..d6455d3754 100644 --- a/UnitsNet/GeneratedCode/Quantities/ReactivePower.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ReactivePower.g.cs @@ -637,7 +637,7 @@ public bool Equals(ReactivePower other, double tolerance, ComparisonType compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ReciprocalArea.g.cs b/UnitsNet/GeneratedCode/Quantities/ReciprocalArea.g.cs index 8cecbd2ce8..b8bcd8e96f 100644 --- a/UnitsNet/GeneratedCode/Quantities/ReciprocalArea.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ReciprocalArea.g.cs @@ -766,7 +766,7 @@ public bool Equals(ReciprocalArea other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ReciprocalLength.g.cs b/UnitsNet/GeneratedCode/Quantities/ReciprocalLength.g.cs index b21fa27370..db190304f1 100644 --- a/UnitsNet/GeneratedCode/Quantities/ReciprocalLength.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ReciprocalLength.g.cs @@ -748,7 +748,7 @@ public bool Equals(ReciprocalLength other, double tolerance, ComparisonType comp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RelativeHumidity.g.cs b/UnitsNet/GeneratedCode/Quantities/RelativeHumidity.g.cs index a458c189e3..6a7c7ac940 100644 --- a/UnitsNet/GeneratedCode/Quantities/RelativeHumidity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RelativeHumidity.g.cs @@ -583,7 +583,7 @@ public bool Equals(RelativeHumidity other, double tolerance, ComparisonType comp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RotationalAcceleration.g.cs b/UnitsNet/GeneratedCode/Quantities/RotationalAcceleration.g.cs index 5221abdcc5..a647200c7a 100644 --- a/UnitsNet/GeneratedCode/Quantities/RotationalAcceleration.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RotationalAcceleration.g.cs @@ -637,7 +637,7 @@ public bool Equals(RotationalAcceleration other, double tolerance, ComparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RotationalSpeed.g.cs b/UnitsNet/GeneratedCode/Quantities/RotationalSpeed.g.cs index 86086b1708..ea6f5c86ac 100644 --- a/UnitsNet/GeneratedCode/Quantities/RotationalSpeed.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RotationalSpeed.g.cs @@ -799,7 +799,7 @@ public bool Equals(RotationalSpeed other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RotationalStiffness.g.cs b/UnitsNet/GeneratedCode/Quantities/RotationalStiffness.g.cs index 845ffcddf0..f2482992f9 100644 --- a/UnitsNet/GeneratedCode/Quantities/RotationalStiffness.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RotationalStiffness.g.cs @@ -1159,7 +1159,7 @@ public bool Equals(RotationalStiffness other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/RotationalStiffnessPerLength.g.cs b/UnitsNet/GeneratedCode/Quantities/RotationalStiffnessPerLength.g.cs index 574a76688a..f8fcbb1eb2 100644 --- a/UnitsNet/GeneratedCode/Quantities/RotationalStiffnessPerLength.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/RotationalStiffnessPerLength.g.cs @@ -655,7 +655,7 @@ public bool Equals(RotationalStiffnessPerLength other, double tolerance, Compari referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Scalar.g.cs b/UnitsNet/GeneratedCode/Quantities/Scalar.g.cs index c7d5fcf795..5f94ea764c 100644 --- a/UnitsNet/GeneratedCode/Quantities/Scalar.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Scalar.g.cs @@ -583,7 +583,7 @@ public bool Equals(Scalar other, double tolerance, ComparisonType comparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/SolidAngle.g.cs b/UnitsNet/GeneratedCode/Quantities/SolidAngle.g.cs index 465231b30e..1d07dbf29c 100644 --- a/UnitsNet/GeneratedCode/Quantities/SolidAngle.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/SolidAngle.g.cs @@ -586,7 +586,7 @@ public bool Equals(SolidAngle other, double tolerance, ComparisonType comparison referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/SpecificEnergy.g.cs b/UnitsNet/GeneratedCode/Quantities/SpecificEnergy.g.cs index 0cfca2f119..8b24dbef86 100644 --- a/UnitsNet/GeneratedCode/Quantities/SpecificEnergy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/SpecificEnergy.g.cs @@ -1108,7 +1108,7 @@ public bool Equals(SpecificEnergy other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/SpecificEntropy.g.cs b/UnitsNet/GeneratedCode/Quantities/SpecificEntropy.g.cs index 4b0f47fc1b..7844f819fb 100644 --- a/UnitsNet/GeneratedCode/Quantities/SpecificEntropy.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/SpecificEntropy.g.cs @@ -727,7 +727,7 @@ public bool Equals(SpecificEntropy other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/SpecificFuelConsumption.g.cs b/UnitsNet/GeneratedCode/Quantities/SpecificFuelConsumption.g.cs index fa08c13bf7..b5b4c565a3 100644 --- a/UnitsNet/GeneratedCode/Quantities/SpecificFuelConsumption.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/SpecificFuelConsumption.g.cs @@ -640,7 +640,7 @@ public bool Equals(SpecificFuelConsumption other, double tolerance, ComparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/SpecificVolume.g.cs b/UnitsNet/GeneratedCode/Quantities/SpecificVolume.g.cs index 096429f64e..0c4d74b61d 100644 --- a/UnitsNet/GeneratedCode/Quantities/SpecificVolume.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/SpecificVolume.g.cs @@ -619,7 +619,7 @@ public bool Equals(SpecificVolume other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/SpecificWeight.g.cs b/UnitsNet/GeneratedCode/Quantities/SpecificWeight.g.cs index b3923d3eed..4d53c2f0a1 100644 --- a/UnitsNet/GeneratedCode/Quantities/SpecificWeight.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/SpecificWeight.g.cs @@ -874,7 +874,7 @@ public bool Equals(SpecificWeight other, double tolerance, ComparisonType compar referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Speed.g.cs b/UnitsNet/GeneratedCode/Quantities/Speed.g.cs index 70e790cbae..32fb772beb 100644 --- a/UnitsNet/GeneratedCode/Quantities/Speed.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Speed.g.cs @@ -1159,7 +1159,7 @@ public bool Equals(Speed other, double tolerance, ComparisonType comparisonType) referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/StandardVolumeFlow.g.cs b/UnitsNet/GeneratedCode/Quantities/StandardVolumeFlow.g.cs index b0d7805eba..ee1e6b4bdc 100644 --- a/UnitsNet/GeneratedCode/Quantities/StandardVolumeFlow.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/StandardVolumeFlow.g.cs @@ -727,7 +727,7 @@ public bool Equals(StandardVolumeFlow other, double tolerance, ComparisonType co referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Temperature.g.cs b/UnitsNet/GeneratedCode/Quantities/Temperature.g.cs index d58704de6e..3a7955e5b3 100644 --- a/UnitsNet/GeneratedCode/Quantities/Temperature.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Temperature.g.cs @@ -696,7 +696,7 @@ public bool Equals(Temperature other, double tolerance, ComparisonType compariso referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/TemperatureChangeRate.g.cs b/UnitsNet/GeneratedCode/Quantities/TemperatureChangeRate.g.cs index e68e62a2fd..3c23a22401 100644 --- a/UnitsNet/GeneratedCode/Quantities/TemperatureChangeRate.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/TemperatureChangeRate.g.cs @@ -745,7 +745,7 @@ public bool Equals(TemperatureChangeRate other, double tolerance, ComparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/TemperatureDelta.g.cs b/UnitsNet/GeneratedCode/Quantities/TemperatureDelta.g.cs index e829c089d0..275dd4a2df 100644 --- a/UnitsNet/GeneratedCode/Quantities/TemperatureDelta.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/TemperatureDelta.g.cs @@ -727,7 +727,7 @@ public bool Equals(TemperatureDelta other, double tolerance, ComparisonType comp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/TemperatureGradient.g.cs b/UnitsNet/GeneratedCode/Quantities/TemperatureGradient.g.cs index 8d911ecd33..39673a85da 100644 --- a/UnitsNet/GeneratedCode/Quantities/TemperatureGradient.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/TemperatureGradient.g.cs @@ -637,7 +637,7 @@ public bool Equals(TemperatureGradient other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ThermalConductivity.g.cs b/UnitsNet/GeneratedCode/Quantities/ThermalConductivity.g.cs index c2f76d6cf8..5ea707ab1d 100644 --- a/UnitsNet/GeneratedCode/Quantities/ThermalConductivity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ThermalConductivity.g.cs @@ -604,7 +604,7 @@ public bool Equals(ThermalConductivity other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/ThermalResistance.g.cs b/UnitsNet/GeneratedCode/Quantities/ThermalResistance.g.cs index b3e219eeb7..4a24fa75a9 100644 --- a/UnitsNet/GeneratedCode/Quantities/ThermalResistance.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/ThermalResistance.g.cs @@ -673,7 +673,7 @@ public bool Equals(ThermalResistance other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Torque.g.cs b/UnitsNet/GeneratedCode/Quantities/Torque.g.cs index 64335bbb17..e116c53043 100644 --- a/UnitsNet/GeneratedCode/Quantities/Torque.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Torque.g.cs @@ -1015,7 +1015,7 @@ public bool Equals(Torque other, double tolerance, ComparisonType comparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/TorquePerLength.g.cs b/UnitsNet/GeneratedCode/Quantities/TorquePerLength.g.cs index 07813e3757..6fd6dfe9d2 100644 --- a/UnitsNet/GeneratedCode/Quantities/TorquePerLength.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/TorquePerLength.g.cs @@ -943,7 +943,7 @@ public bool Equals(TorquePerLength other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Turbidity.g.cs b/UnitsNet/GeneratedCode/Quantities/Turbidity.g.cs index edd6a2cad0..1732dacf65 100644 --- a/UnitsNet/GeneratedCode/Quantities/Turbidity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Turbidity.g.cs @@ -586,7 +586,7 @@ public bool Equals(Turbidity other, double tolerance, ComparisonType comparisonT referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/VitaminA.g.cs b/UnitsNet/GeneratedCode/Quantities/VitaminA.g.cs index 51f6a4559d..148d9257b3 100644 --- a/UnitsNet/GeneratedCode/Quantities/VitaminA.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/VitaminA.g.cs @@ -583,7 +583,7 @@ public bool Equals(VitaminA other, double tolerance, ComparisonType comparisonTy referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/Volume.g.cs b/UnitsNet/GeneratedCode/Quantities/Volume.g.cs index fb90d6fe18..e4d20cbced 100644 --- a/UnitsNet/GeneratedCode/Quantities/Volume.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/Volume.g.cs @@ -1537,7 +1537,7 @@ public bool Equals(Volume other, double tolerance, ComparisonType comparisonType referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/VolumeConcentration.g.cs b/UnitsNet/GeneratedCode/Quantities/VolumeConcentration.g.cs index 667edba284..511fe12ff1 100644 --- a/UnitsNet/GeneratedCode/Quantities/VolumeConcentration.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/VolumeConcentration.g.cs @@ -928,7 +928,7 @@ public bool Equals(VolumeConcentration other, double tolerance, ComparisonType c referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/VolumeFlow.g.cs b/UnitsNet/GeneratedCode/Quantities/VolumeFlow.g.cs index 800fd177bd..f51f4d5c88 100644 --- a/UnitsNet/GeneratedCode/Quantities/VolumeFlow.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/VolumeFlow.g.cs @@ -1915,7 +1915,7 @@ public bool Equals(VolumeFlow other, double tolerance, ComparisonType comparison referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/VolumeFlowPerArea.g.cs b/UnitsNet/GeneratedCode/Quantities/VolumeFlowPerArea.g.cs index 73517225dc..060343548a 100644 --- a/UnitsNet/GeneratedCode/Quantities/VolumeFlowPerArea.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/VolumeFlowPerArea.g.cs @@ -601,7 +601,7 @@ public bool Equals(VolumeFlowPerArea other, double tolerance, ComparisonType com referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/VolumePerLength.g.cs b/UnitsNet/GeneratedCode/Quantities/VolumePerLength.g.cs index 52788a9ea7..a77d2fd811 100644 --- a/UnitsNet/GeneratedCode/Quantities/VolumePerLength.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/VolumePerLength.g.cs @@ -727,7 +727,7 @@ public bool Equals(VolumePerLength other, double tolerance, ComparisonType compa referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/VolumetricHeatCapacity.g.cs b/UnitsNet/GeneratedCode/Quantities/VolumetricHeatCapacity.g.cs index c379572ee3..fafc4e9724 100644 --- a/UnitsNet/GeneratedCode/Quantities/VolumetricHeatCapacity.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/VolumetricHeatCapacity.g.cs @@ -730,7 +730,7 @@ public bool Equals(VolumetricHeatCapacity other, double tolerance, ComparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } /// diff --git a/UnitsNet/GeneratedCode/Quantities/WarpingMomentOfInertia.g.cs b/UnitsNet/GeneratedCode/Quantities/WarpingMomentOfInertia.g.cs index 0c71b01e94..63c7b61f23 100644 --- a/UnitsNet/GeneratedCode/Quantities/WarpingMomentOfInertia.g.cs +++ b/UnitsNet/GeneratedCode/Quantities/WarpingMomentOfInertia.g.cs @@ -673,7 +673,7 @@ public bool Equals(WarpingMomentOfInertia other, double tolerance, ComparisonTyp referenceValue: this.Value, otherValue: other.As(this.Unit), tolerance: tolerance, - comparisonType: ComparisonType.Absolute); + comparisonType: comparisonType); } ///