Rune.CompareTo(Rune) Method

Definition

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

Parameters

other
Rune

The instance to compare with the current instance.

Returns

A signed integer indicating the position of this instance in the sort order in relation to other:
- Less than zero: This instance precedes other.
- Zero: The instance has the same position in the sort order as other.
- Greater than zero: This instance follows other.

Implements

Applies to