CompareTo(ToggleButtonGroupState)
Compares two ToggleButtonGroupState.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public int CompareTo(ToggleButtonGroupState other)
Parameters
The option set to be compared against.
Returns
Type | Description |
|---|---|
| int | True if both option sets are the same, otherwise returns false. |