Method Compare
Compare(T, T)
Compares two values.
Declaration
public int Compare(T x, T y)
Parameters
| Type | Name | Description |
|---|---|---|
| T | x | First value to compare. |
| T | y | Second value to compare. |
Returns
| Type | Description |
|---|---|
| int | A signed integer that denotes the relative values of |