System::Collections::Generic::KeyValuePair::operator< 方法

KeyValuePair::operator< method

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

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

ReturnValue

始终返回 false。

另见