Equals(UxmlTypeRestriction)
Indicates whether the current UxmlEnumeration object is equal to another object of the same type.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override bool Equals(UxmlTypeRestriction other)
Parameters
The object to compare with.
Returns
Type | Description |
|---|---|
| bool | True if the otheer object is equal to this one. |