Condividi tramite


CaseInsensitiveComparison.GetHashCode(String) Metodo

Definizione

Ottiene un codice hash senza distinzione tra maiuscole e minuscole per gli identificatori Unicode.

public:
 static int GetHashCode(System::String ^ value);
public static int GetHashCode (string value);
static member GetHashCode : string -> int
Public Shared Function GetHashCode (value As String) As Integer

Parametri

value
String

identificatore per ottenere il codice hash per

Restituisce

Codice hash per l'identificatore specificato

Commenti

Queste sono anche le regole usate per il confronto tra identificatori VB.

Si applica a