Struct representing a path of authoring IDs used to identify VisualElements.
| Property | Description |
|---|---|
| path | The path of authoring IDs. |
| Constructor | Description |
|---|---|
| AuthoringIdPath | Creates an empty AuthoringIdPath. |
| Method | Description |
|---|---|
| Equals | Checks for equality between two AuthoringIdPath instances. |
| GetHashCode | Returns hash code for the AuthoringIdPath. The hash code is computed based on the path IDs. |
| ToString | Returns a string representation of the AuthoringIdPath. |