StringSegment.GetHashCode method

Returns the hash code for this instance.

public override int GetHashCode()

Return Value

A 32-bit signed integer that is the hash code for this instance.

Remarks

This hash code is identical to the hash code that results from calling GetHashCode on the result of ToString.

See Also