Rune.CompareTo(Rune) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.