[]
Compare two values of string.
protected override int CompareValue(string first, string second)
Protected Overrides Function CompareValue(first As String, second As String) As Integer
Type | Name | Description |
---|---|---|
string | first | A string to compare. |
string | second | A string to compare. |
Type | Description |
---|---|
int | A 32-bit signed integer indicating the lexical relationship between the two items being compared.
Value Condition Less than zero indicates |