Screen.GetHashCode Method

Definition

Computes and retrieves a hash code for an object.

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

Returns

A hash code for an object.

Remarks

This method implements the Object method.

Applies to