System::Object::GetHashCode method

Object::GetHashCode method

相当于 C# Object.GetHashCode() 方法。启用对自定义对象的哈希处理。

virtual int32_t System::Object::GetHashCode() const

ReturnValue

由相应类计算的哈希码值。

另见