Equals
Test two SceneHandle for equality.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.SceneManagement
- Assembly: UnityEngine.CoreModule
Equals(Object)
Test two SceneHandle for equality.
public override bool Equals(object obj)
Parameters
The SceneHandle to compare with.
Returns
Type | Description |
|---|---|
| bool | True if equal, false otherwise. |
Equals(SceneHandle)
Test two SceneHandle for equality.
public bool Equals(SceneHandle other)
Parameters
The SceneHandle to compare with.
Returns
Type | Description |
|---|---|
| bool | True if equal, false otherwise. |