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