| Parameter | Description |
|---|---|
| left | The Android SDK version to compare on the left-hand side of the operator. |
| right | The Android SDK version to compare on the right-hand side of the operator. |
bool
true if left is lower than right; otherwise, false.
Determines whether the left-hand Android SDK version is lower than the right-hand one.
Unity compares the major API level first. It only compares the minor version when both sides have the same major API level.