Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review for Int128/UInt128
  • Loading branch information
dakersnar committed Sep 20, 2022
commit f73a26d6540f3daa2baf95b556266306476d1025
16 changes: 8 additions & 8 deletions xml/System/Int128.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<Parameter Name="value" Type="System.Int128" />
</Parameters>
<Docs>
<param name="other">An object to compare with this instance.</param>
<param name="value">An object to compare with this instance.</param>
<summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
<returns>
<para>A value that indicates the relative order of the objects being compared. The return value has these meanings:</para>
Expand All @@ -302,15 +302,15 @@
</listheader>
<item>
<term>Less than zero</term>
<description>This instance precedes <paramref name="other" /> in the sort order.</description>
<description>This instance precedes <paramref name="value" /> in the sort order.</description>
</item>
<item>
<term>Zero</term>
<description>This instance occurs in the same position in the sort order as <paramref name="other" />.</description>
<description>This instance occurs in the same position in the sort order as <paramref name="value" />.</description>
</item>
<item>
<term>Greater than zero</term>
<description>This instance follows <paramref name="other" /> in the sort order.</description>
<description>This instance follows <paramref name="value" /> in the sort order.</description>
</item>
</list>
</returns>
Expand Down Expand Up @@ -340,7 +340,7 @@
<Parameter Name="value" Type="System.Object" />
</Parameters>
<Docs>
<param name="obj">An object to compare with this instance.</param>
<param name="value">An object to compare with this instance.</param>
<summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
<returns>
<para>A value that indicates the relative order of the objects being compared. The return value has these meanings:</para>
Expand All @@ -351,15 +351,15 @@
</listheader>
<item>
<term>Less than zero</term>
<description>This instance precedes <paramref name="obj" /> in the sort order.</description>
<description>This instance precedes <paramref name="value" /> in the sort order.</description>
</item>
<item>
<term>Zero</term>
<description>This instance occurs in the same position in the sort order as <paramref name="obj" />.</description>
<description>This instance occurs in the same position in the sort order as <paramref name="value" />.</description>
</item>
<item>
<term>Greater than zero</term>
<description>This instance follows <paramref name="obj" /> in the sort order.</description>
<description>This instance follows <paramref name="value" /> in the sort order.</description>
</item>
</list>
</returns>
Expand Down
16 changes: 8 additions & 8 deletions xml/System/UInt128.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<Parameter Name="value" Type="System.Object" />
</Parameters>
<Docs>
<param name="obj">An object to compare with this instance.</param>
<param name="value">An object to compare with this instance.</param>
<summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
<returns>
<para>A value that indicates the relative order of the objects being compared. The return value has these meanings:</para>
Expand All @@ -277,15 +277,15 @@
</listheader>
<item>
<term>Less than zero</term>
<description>This instance precedes <paramref name="obj" /> in the sort order.</description>
<description>This instance precedes <paramref name="value" /> in the sort order.</description>
</item>
<item>
<term>Zero</term>
<description>This instance occurs in the same position in the sort order as <paramref name="obj" />.</description>
<description>This instance occurs in the same position in the sort order as <paramref name="value" />.</description>
</item>
<item>
<term>Greater than zero</term>
<description>This instance follows <paramref name="obj" /> in the sort order.</description>
<description>This instance follows <paramref name="value" /> in the sort order.</description>
</item>
</list>
</returns>
Expand Down Expand Up @@ -315,7 +315,7 @@
<Parameter Name="value" Type="System.UInt128" />
</Parameters>
<Docs>
<param name="other">An object to compare with this instance.</param>
<param name="value">An object to compare with this instance.</param>
<summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
<returns>
<para>A value that indicates the relative order of the objects being compared. The return value has these meanings:</para>
Expand All @@ -326,15 +326,15 @@
</listheader>
<item>
<term>Less than zero</term>
<description>This instance precedes <paramref name="other" /> in the sort order.</description>
<description>This instance precedes <paramref name="value" /> in the sort order.</description>
</item>
<item>
<term>Zero</term>
<description>This instance occurs in the same position in the sort order as <paramref name="other" />.</description>
<description>This instance occurs in the same position in the sort order as <paramref name="value" />.</description>
</item>
<item>
<term>Greater than zero</term>
<description>This instance follows <paramref name="other" /> in the sort order.</description>
<description>This instance follows <paramref name="value" /> in the sort order.</description>
</item>
</list>
</returns>
Expand Down