operator !=(StylePropertyName, StylePropertyName)
Determines if the StylePropertyNames are not equal.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool operator !=(StylePropertyName lhs, StylePropertyName rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the StylePropertyNames are not equal. False otherwise. |