Rectangle.GetHashCode Método

Definición

Devuelve el código hash de esta Rectangle estructura. Para obtener información sobre el uso de códigos hash, vea GetHashCode() .

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

Devoluciones

Entero que representa el código hash de este rectángulo.

Se aplica a