Skip to content

Commit 7707277

Browse files
authored
Automatic port of Rune.CompareTo EII (#4891)
Co-authored-by: carlossanlop <[email protected]>
1 parent 8c14aa0 commit 7707277

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

xml/System.Text/Rune.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,10 +1694,20 @@ For more information, see <xref:System.Char.IsWhiteSpace%2A?displayProperty=name
16941694
<Parameter Name="obj" Type="System.Object" Index="0" FrameworkAlternate="net-5.0" />
16951695
</Parameters>
16961696
<Docs>
1697-
<param name="obj">To be added.</param>
1698-
<summary>To be added.</summary>
1699-
<returns>To be added.</returns>
1700-
<remarks>To be added.</remarks>
1697+
<param name="other">The object to compare with the current instance.</param>
1698+
<summary>Compares the current instance to the specified object.</summary>
1699+
<returns>A signed integer indicating the position of this instance in the sort order in relation to <paramref name="other" />: <br />- Less than zero: This instance precedes <paramref name="other" />.
1700+
<br />- Zero: The instance has the same position in the sort order as <paramref name="other" />.
1701+
<br />- Greater than zero: This instance follows <paramref name="other" />.</returns>
1702+
<remarks>
1703+
<format type="text/markdown"><![CDATA[
1704+
1705+
## Remarks
1706+
1707+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Text.Rune> instance is cast to an <xref:System.IComparable> interface.
1708+
1709+
]]></format>
1710+
</remarks>
17011711
</Docs>
17021712
</Member>
17031713
<Member MemberName="ToLower">

0 commit comments

Comments
 (0)