Version: 2022.2
언어: 한국어
public static bool operator == (SceneManagement.Scene lhs, SceneManagement.Scene rhs);

설명

Returns true if the Scenes are equal.

When a scene is loaded into memory, it can be referenced with a Scene struct. The equality operator checks if two Scene structs refer to the same scene in memory.