I like how in U9 you can now do: ```csharp if(Mode...
# social
d
I like how in U9 you can now do:
Copy code
csharp
if(Model.Content is IComposition {BoolProp: true})
Instead of having to cast while not needing the casted value