System::Collections::Generic::KeyValuePair::operator< metode

KeyValuePair::operator< method

Patch untuk kelas yang mewarisi dari IComparer<KeyValuePair<TKey, TValue», tidak membandingkan apa pun.

bool System::Collections::Generic::KeyValuePair<TKey, TValue>::operator<(const KeyValuePair &kvp) const
ParameterTipeDeskripsi
kvpconst KeyValuePair&Argumen tiruan.

ReturnValue

Selalu mengembalikan false.

Lihat Juga