616 Views
This is part of a series of articles on new features introduced in C# 9. Pattern matching was introduced in earlier versions of C# and C# 9 continued to evolve this feature. Pattern matching in a more general sense allows you to write an expression and evaluate it to see whether or not it meets some specified characteristic or "pattern".
0 comments