[]
Compare two values of T.
protected abstract int CompareValue(T first, T second)
Protected MustOverride Function CompareValue(first As T, second As T) As Integer
| Type | Name | Description |
|---|---|---|
| T | first | The first |
| T | second | The second |
| Type | Description |
|---|---|
| int | A 32-bit signed integer indicating the lexical relationship between the two items being compared.
Less than zero indicates |