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