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.

GetHashCode(StringComparison)

Returns the hash code for this string using the specified rules.

public int GetHashCode(StringComparison comparisonType)

Parameters

comparisonType StringComparison

One of the enumeration values that specifies the rules to use in the comparison.

Returns

int

A 32-bit signed integer hash code.