Partager via


StringSegmentComparer.GetHashCode(StringSegment) Méthode

Définition

Retourne un code de hachage pour l'objet spécifié.

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

Paramètres

obj
StringSegment

Object pour lequel un code de hachage doit être retourné.

Retours

Int32

Code de hachage pour l'objet spécifié.

Implémente

S’applique à