Equals
Checks if this instance equals another.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
Equals(ProcessorInstance)
Checks if this instance equals another.
public bool Equals(ProcessorInstance other)
Parameters
The other instance for comparing.
Returns
Type | Description |
|---|---|
| bool | True if the given instance is equal to this, otherwise, false. |
Equals(Object)
Checks if this instance equals a given object.
public override bool Equals(object obj)
Parameters
The object for comparing.
Returns
Type | Description |
|---|---|
| bool | True if the given object is equal to this instance, otherwise, false. |