[]
Compare two values of object.
protected override int CompareValue(object first, object second)
Protected Overrides Function CompareValue(first As Object, second As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | first | An object to compare. |
| object | second | An object 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 |
| Type | Condition |
|---|---|
| NotSupportedException | If the object is not compareable, throw exception. |