SystemClass.GetHashCode Method

Definition

Returns a hash code for the specified object.

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

Returns

Returns Int32.

A hash code for the specified object.

Applies to