System::SmartPtr::GetHashCode method

SmartPtr::GetHashCode method

Calls GetHashCode() on pointed object.

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

ReturnValue

Result of GetHashCode() call on referenced object (if any) or 0.

See Also