if (getResult.Equals(new KeyValuePair()))
or this:
if (getResult.Equals(default(KeyValuePair)))
本文共 175 字,大约阅读时间需要 1 分钟。
if (getResult.Equals(new KeyValuePair()))
or this:
if (getResult.Equals(default(KeyValuePair)))
转载于:https://www.cnblogs.com/zwei1121/p/5126541.html