Table of Contents

Method GetHashCode

Namespace
Ubiquity.NET.InteropHelpers
Assembly
Ubiquity.NET.InteropHelpers.dll

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Remarks

For consistency of the computed hash code value, this will use the managed form of the string. This might incur a one time perf hit to encode it, but that is generally assumed needed when this is called anyway, so not a major hit.