System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode method

RuntimeHelpers::GetHashCode method

Gets hash code on arbitrary type. Calls Object::GetHashCode() to do so.

template<typename T> static int System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode(SmartPtr<T> const &obj)
ParameterDescription
TType to get hash code for.
ParameterTypeDescription
objSmartPtr<T> const&Object to get information from.

ReturnValue

Hash code value as calcualted by target implementation.

See Also