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
パラメーター説明
kvpconst KeyValuePair&ダミー引数。

ReturnValue

常に false を返します。

参照