UTF7Encoding.GetHashCode Método

Definición

Devuelve el código hash del objeto UTF7Encoding actual.

public:
 override int GetHashCode();
public override int GetHashCode ();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Devoluciones

Int32

Código hash de un entero con signo de 32 bits.

Atributos

Comentarios

El valor devuelto por el GetHashCode método no es adecuado para distinguir un UTF7Encoding objeto de otro. Si la aplicación necesita un código hash único, debe invalidar el GetHashCode método .

Se aplica a