Skip to content

Commit 1bb6e67

Browse files
alex-oswaldBillWagner
authored andcommitted
Add link to ISO/IEC/IEEE 60559:2011 (#2219)
1 parent d13a4e6 commit 1bb6e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Object.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
249249
The following statements must be true for all implementations of the <xref:System.Object.Equals%28System.Object%29> method. In the list, `x`, `y`, and `z` represent object references that are not **null**.
250250
251-
- `x.Equals(x)` returns `true`, except in cases that involve floating-point types. See ISO/IEC/IEEE 60559:2011, Information technology -- Microprocessor Systems -- Floating-Point arithmetic.
251+
- `x.Equals(x)` returns `true`, except in cases that involve floating-point types. See [ISO/IEC/IEEE 60559:2011, Information technology -- Microprocessor Systems -- Floating-Point arithmetic](https://www.iso.org/standard/57469.html).
252252
253253
- `x.Equals(y)` returns the same value as `y.Equals(x)`.
254254
@@ -1167,4 +1167,4 @@ The scope of the <xref:System.Object.Finalize%2A?displayProperty=nameWithType> m
11671167
</Docs>
11681168
</Member>
11691169
</Members>
1170-
</Type>
1170+
</Type>

0 commit comments

Comments
 (0)