operator ==(StylePropertyName, StylePropertyName)
Determines if the StylePropertyNames are 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 both StylePropertyNames are equal. False otherwise. |