operator !=(Hierarchy, Hierarchy)
Compares instances of the Hierarchy struct for inequality.
Read time 1 minuteLast updated 12 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 false if the two instances refer to the same element, true otherwise. |