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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.