_AppDomain.GetHashCode Method

Definition

Provides COM objects with version-independent access to the inherited GetHashCode() method.

public:
 int GetHashCode();
public int GetHashCode ();
abstract member GetHashCode : unit -> int
Public Function GetHashCode () As Integer

Returns

A hash code for the current Object.

Remarks

See the Object.GetHashCode method.

Applies to