Method Equals
Equals(SceneTag)
Two SceneTags are equal if they have the same root subscene entity.
Declaration
public bool Equals(SceneTag other)
Parameters
| Type | Name | Description |
|---|---|---|
| SceneTag | other | The other SceneTag. |
Returns
| Type | Description |
|---|---|
| bool | True if both SceneTags refer to the same Subscene. False, otherwise. |