System::SmartPtr::GetHashCode 方法

SmartPtr::GetHashCode method

对指向的对象调用 GetHashCode()

int System::SmartPtr<T>::GetHashCode() const

ReturnValue

对引用对象(如果有)调用 GetHashCode() 的结果,若无则为 0。

另见