GetHashCode()

KeyValuePair::GetHashCode() const method

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

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

Return Value

Resulting hash value.

See Also