Char..::..CompareTo Method (Char)
Compares this instance to a specified Char object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified Char object.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int CompareTo( char other )
<TemplateAttribute> _ Public Function CompareTo ( _ other As Char _ ) As Integer
[TemplateAttribute] public: int^ CompareTo( wchar_t^ other )
Parameters
- other
- Type: System..::..Char