GetHashCode()

SmartPtr::GetHashCode() const method

Calls GetHashCode() on pointed object.

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

Return Value

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

See Also