System::Object::GetHashCode 方法

Object::GetHashCode method

相当于 C# Object.GetHashCode() 方法。支持对自定义对象进行哈希处理。

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

ReturnValue

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

另见