The default for KeyValuePair


if (getResult.Equals(new KeyValuePair<T,U>()))

or this:

if (getResult.Equals(default(KeyValuePair<T,U>)))

你可能感兴趣的:(The default for KeyValuePair)