Condividi tramite


LogicalStringComparer.GetHashCode(String) Metodo

Definizione

Ottiene il codice hash per la stringa specificata.

public override int GetHashCode(string? s);
override this.GetHashCode : string -> int
Public Overrides Function GetHashCode (s As String) As Integer

Parametri

s
String

Una stringa

Restituisce

Codice hash con segno a 32 bit calcolato dal valore del parametro s.

Si applica a