Intro To Pattern Matching – Covers C# 9 Posted on February 20, 2020February 24, 2020 by Alugili Bassam What is Pattern Matching? Pattern matching is an essential and powerful building block to many functional programming languages like Haskell or Scala. Pattern matching allows...