Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator >(AndroidSdkVersionFull, AndroidSdkVersionFull)

Returns whether the left-hand Android SDK version is higher than the right-hand one.
Read time 1 minuteLast updated 13 days ago

Definition

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

Parameters

Returns

Type

Description

bool