You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="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 <paramrefname="other" />: <br />- Less than zero: This instance precedes <paramrefname="other" />.
1700
+
<br />- Zero: The instance has the same position in the sort order as <paramrefname="other" />.
1701
+
<br />- Greater than zero: This instance follows <paramrefname="other" />.</returns>
1702
+
<remarks>
1703
+
<formattype="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.
0 commit comments