Equals(Hierarchy)
Compares instances of the Hierarchy struct for equality.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Equals(VisualElement.Hierarchy other)
Parameters
The structure to compare with.
Returns
Type | Description |
|---|---|
| bool | Returns true if the two instances refer to the same element, false otherwise. |