operator !=(RootOutputInstance, RootOutputInstance)
Checks if two instances are not equal.
Read time 1 minuteLast updated 7 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 not equal, otherwise, false. |