Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator <(AndroidSdkVersionFull, AndroidSdkVersionFull)

Determines whether the left-hand Android SDK version is lower than the right-hand one.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Operator
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool operator <(AndroidSdkVersionFull left, AndroidSdkVersionFull right)

Parameters

The Android SDK version to compare on the left-hand side of the operator.

The Android SDK version to compare on the right-hand side of the operator.

Returns

Type

Description

booltrue if
left
is lower than
right
; otherwise, false.

Remarks

Unity compares the major API level first. It only compares the minor version when both sides have the same major API level.