System.Text.DecoderExceptionFallback.GetHashCode Method

Retrieves the hash code for this instance.

Syntax

public override int GetHashCode ()

Returns

The return value is always the same arbitrary value, and has no special significance.

Remarks

Because the DecoderExceptionFallback.GetHashCode method always returns the same value, the application should not use this value to distinguish one System.Text.DecoderExceptionFallback object from another.

Requirements

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