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)
Parameter | Description |
---|---|
T | Type to get hash code for. |
Parameter | Type | Description |
---|---|---|
obj | SmartPtr<T> const& | Object to get information from. |
ReturnValue
Hash code value as calcualted by target implementation.
See Also
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.PUB for C++