System::Collections::Generic::KeyValuePair::GetHashCode method

KeyValuePair::GetHashCode method

Calculates key-value pair hash by xoring key’s and value’s hashes.

int System::Collections::Generic::KeyValuePair<TKey, TValue>::GetHashCode() const

ReturnValue

Resulting hash value.

See Also