[]
Compare two int values.
protected override int CompareValue(int first, int second)
Protected Overrides Function CompareValue(first As Integer, second As Integer) As Integer
Type | Name | Description |
---|---|---|
int | first | An int to compare. |
int | second | An int 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 |