What's new in C# 9: Logical Patterns
14-12-2020

Use of Logical Patterns with C# 9.0, new functionality that in conjunction with the switch clause enables the use of logical operators such as and, or and not (and which can also be used precisely with relational operators such as <, <=, > and >).
Fonte de informações by Renato Groffe