DtsObject.GetHashCodeHelper(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the hash code for this instance.
protected:
static int GetHashCodeHelper(System::Object ^ obj);
protected static int GetHashCodeHelper (object obj);
static member GetHashCodeHelper : obj -> int
Protected Shared Function GetHashCodeHelper (obj As Object) As Integer
Parameters
- obj
- Object
The specified object.
Returns
A hash code for the current object.