# operator <=(AndroidSdkVersionFull, AndroidSdkVersionFull)

> Returns whether the left-hand Android SDK version is lower than or equal to the right-hand one.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static bool operator <=(AndroidSdkVersionFull left, AndroidSdkVersionFull right)
```

### Parameters

**** (\[AndroidSdkVersionFull]\(/engine/6000.7/script-reference/unityeditor/androidsdkversionfull)): **** (\[AndroidSdkVersionFull]\(/engine/6000.7/script-reference/unityeditor/androidsdkversionfull)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |
