operator ==(RootOutputInstance, RootOutputInstance)
Checks if two instances are equal.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public static bool operator ==(RootOutputInstance a, RootOutputInstance b)
Parameters
The first instance for comparing.
The second instance for comparing.
Returns
Type | Description |
|---|---|
| bool | True if the two given instances are equal, otherwise, false. |