Equals
Compare this object with another object and return true if they are equal.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Equals(Object)
Compare this object with another object and return true if they are equal.
public override bool Equals(object obj)
Parameters
The object to compare with.
Returns
Type | Description |
|---|---|
| bool | True if the objects are equal. |
Equals(TimerState)
Compare this object with another object and return true if they are equal.
public bool Equals(TimerState other)
Parameters
The object to compare with.
Returns
Type | Description |
|---|---|
| bool | True if the objects are equal. |