StringSegmentComparer.GetHashCode(StringSegment) Method

Definition

Returns a hash code for the specified object.

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

Parameters

obj
StringSegment

The Object for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to