operator ==(ToggleButtonGroupState, ToggleButtonGroupState)
Checks if both of the ToggleButtonGroupState are the same.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool operator ==(ToggleButtonGroupState lhs, ToggleButtonGroupState rhs)
Parameters
The first option set to be compared against.
The second option set to be compared against.
Returns
Type | Description |
|---|---|
| bool | True if both option sets are the same, otherwise returns false. |