Rune.CompareTo(Rune) Método

Definição

Compara a instância atual com a instância Rune especificada.Compares the current instance to the specified Rune instance.

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

Int32

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.

Implementações

Aplica-se a