Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

AndroidSdkVersionFull.operator <

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static bool operator <(AndroidSdkVersionFull left, AndroidSdkVersionFull right);

Parameters

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.

Returns

bool true if left is lower than right; otherwise, false.

Description

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.