Skip to content

Commit 6d328da

Browse files
angularsenlipchev
andauthored
Update CodeGen/Generators/UnitsNetGen/QuantityGenerator.cs
Co-authored-by: lipchev <lipchev@gmail.com>
1 parent bcbfd99 commit 6d328da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGen/Generators/UnitsNetGen/QuantityGenerator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ public override bool Equals(object obj)
814814
}}
815815
816816
/// <inheritdoc />
817-
/// <summary>Returns true if either <see cref=""Value"" /> or <see cref=""Unit"" /> are not exactly equal for both quantities.</summary>
817+
/// <summary>Returns true if both <see cref=""Value"" /> and <see cref=""Unit"" /> are exactly equal for both quantities.</summary>
818818
/// <remarks>Consider using <see cref=""Equals({_quantity.Name}, double, ComparisonType)""/> for comparing floating point values with rounding error tolerances.</remarks>
819819
public bool Equals({_quantity.Name} other)
820820
{{

0 commit comments

Comments
 (0)