Sdílet prostřednictvím


StringSegmentComparer.GetHashCode(StringSegment) Metoda

Definice

Vrátí kód hash pro zadaný objekt.

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

Parametry

obj
StringSegment

Kód Object hash, pro který má být vrácen kód hash.

Návraty

Int32

Kód hash pro zadaný objekt.

Implementuje

Platí pro