DtsObject.GetHashCodeHelper(Object) Method

Definition

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.

Applies to