From 8665e366f6840e70781455edd354c4cd2900162a Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 21 Sep 2020 15:23:16 -0700 Subject: [PATCH] Automatic port of Rune.CompareTo EII --- xml/System.Text/Rune.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/xml/System.Text/Rune.xml b/xml/System.Text/Rune.xml index 5dc4bb5bd89..563851753b2 100644 --- a/xml/System.Text/Rune.xml +++ b/xml/System.Text/Rune.xml @@ -1694,10 +1694,20 @@ For more information, see - To be added. - To be added. - To be added. - To be added. + The object to compare with the current instance. + Compares the current instance to the specified object. + A signed integer indicating the position of this instance in the sort order in relation to :
- Less than zero: This instance precedes . +
- Zero: The instance has the same position in the sort order as . +
- Greater than zero: This instance follows .
+ + instance is cast to an interface. + + ]]> +