System.Text.UTF7Encoding.GetHashCode Method

Returns the hash code for the current System.Text.UTF7Encoding object.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ()

Returns

A 32-bit signed integer hash code.

Remarks

The value returned by the UTF7Encoding.GetHashCode method is not suitable for distinguishing one System.Text.UTF7Encoding object from another. If your application needs a unique hash code, it should override the UTF7Encoding.GetHashCode method.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0