System::Collections::Generic::KeyValuePair::operator< method

KeyValuePair::operator< method

针对从 IComparer<KeyValuePair<TKey, TValue» 继承的类的补丁,不进行任何比较。

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParameterType描述
kvpconst KeyValuePair&虚拟参数。

ReturnValue

始终返回 false。

另见