# operator !=(Scene, Scene)

> Returns true if the Scenes are different.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine.SceneManagement](/engine/6000.0/script-reference/unityengine/scenemanagement.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool operator !=(Scene lhs, Scene rhs)
```

### Parameters

**** (\[Scene]\(/engine/6000.0/script-reference/unityengine/scenemanagement/scene)): **** (\[Scene]\(/engine/6000.0/script-reference/unityengine/scenemanagement/scene)):&#x20;

### Returns

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