operator !=(EffectInstance, EffectInstance)
Checks if two instances are not equal.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public static bool operator !=(EffectInstance a, EffectInstance b)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the two given instances are not equal, otherwise, false. |