operator ==(Hierarchy, Hierarchy)
Compares instances of the Hierarchy struct for equality.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool operator ==(VisualElement.Hierarchy x, VisualElement.Hierarchy y)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the two instances refer to the same element, false otherwise. |