Rune.CompareTo(Rune) Método
Definição
public:
virtual int CompareTo(System::Text::Rune other);
public int CompareTo (System.Text.Rune other);
abstract member CompareTo : System.Text.Rune -> int
override this.CompareTo : System.Text.Rune -> int
Public Function CompareTo (other As Rune) As Integer
Parâmetros
- other
- Rune
A instância a ser comparada com a instância atual.The instance to compare with the current instance.
Retornos
Um inteiro com sinal que indica a posição dessa instância na ordem de classificação em relação a other:A signed integer indicating the position of this instance in the sort order in relation to other:
– Menor que zero: essa instância precede other.- Less than zero: This instance precedes other.
– Zero: a instância tem a mesma posição na ordem de classificação que other.- Zero: The instance has the same position in the sort order as other.
– Maior que zero: essa instância segue other.- Greater than zero: This instance follows other.