[]
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)
| 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 |