Share via


UTF7Encoding.GetHashCode Metodo

Definizione

Restituisce il codice hash per l'oggetto UTF7Encoding corrente.

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

Restituisce

Int32

Codice hash di un intero con segno a 32 bit.

Attributi

Commenti

Il valore restituito dal GetHashCode metodo non è adatto per distinguere un UTF7Encoding oggetto da un altro. Se l'applicazione richiede un codice hash univoco, deve eseguire l'override del GetHashCode metodo .

Si applica a