Thoughts on “andâ€, “orâ€, “notâ€, “isâ€

Hello I wanted to survey everyone’s thoughts on these newer keywords and if you plan to use them.For anyone unaware c# 9 introduced these new keywords so now the two statements are interchangeable‘If (x is 5 or 10)’‘If (x == 5 || x == 10)’ via /r/csharp https://ift.tt/2PFxasF