GlobalObject.GetHashCode Method

Definition

Returns the hash code for the current global object.

public:
 override int GetHashCode();
public:
 override int GetHashCode();
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

An Int32 that specifies a hash value for the current global object.

Applies to