==(_:_:)
Indicates whether two scenes are equal.
Declaration
nonisolated static func == (lhs: Scene, rhs: Scene) -> BoolParameters
- lhs:
The first scene to compare.
- rhs:
The second scene to compare.
Return Value
A Boolean value set to true if the two scenes are equal.