关于[As and Is Operators in C#]的摘要:
In this article, we are going to learn about the type-testing as and is operators in C#. Sometimes, when we code in a strongly-typed language like C#, the need arises to mix and match a little bit. That’s okay, as we can’t always foresee the path that the problem-solving aspect of programming will take us on. But whenever this happens, we must pick our options wisely.