关于[C#: Why You Should Prefer the is Keyword Over the == Operator]的摘要:
In the previous blog post you learned about different ways to do a null check. The traditional way is to use the == operator. Since C# 7, you can use the is keyword to do a null check...