[]
Compares two structs and returns a value indicating whether one is less than, equal to, or greater than the other.
int Compare(in T x, in T y)
Function Compare(ByRef x As T, ByRef y As T) As Integer
| Type | Name | Description |
|---|---|---|
| T | x | The first struct to compare. |
| T | y | The second struct to compare. |
| Type | Description |
|---|---|
| int | A signed integer that indicates the relative values of |