operator ==(VisualElementStyleSheetSet, VisualElementStyleSheetSet)
Compares instances of the VisualElementStyleSheetSet struct for equality.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool operator ==(VisualElementStyleSheetSet left, VisualElementStyleSheetSet right)
Parameters
The left operand of the comparison
The right operand of the comparison
Returns
Type | Description |
|---|---|
| bool | True if the two instances refer to the same element, false otherwise. |