StringSegmentComparer.GetHashCode(StringSegment) Metodo

Definizione

Restituisce un codice hash per un StringSegment oggetto .

public:
 virtual int GetHashCode(Microsoft::Extensions::Primitives::StringSegment obj);
public int GetHashCode(Microsoft.Extensions.Primitives.StringSegment obj);
override this.GetHashCode : Microsoft.Extensions.Primitives.StringSegment -> int
Public Function GetHashCode (obj As StringSegment) As Integer

Parametri

obj
StringSegment

Oggetto StringSegment per cui ottenere un codice hash.

Valori restituiti

Codice hash per un StringSegmentoggetto , adatto per l'uso in algoritmi di hash e strutture di dati come una tabella hash.

Implementazioni

Si applica a