StringObject.GetHashCode Metodo

Definizione

Restituisce il codice hash di questa stringa.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Restituisce

Codice hash per la stringa.

Si applica a

Vedi anche