EncoderExceptionFallback.GetHashCode Method

Definition

Retrieves the hash code for this instance.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

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

Remarks

Because the GetHashCode method always returns the same value, the application should not use this value to distinguish one instance of the EncoderExceptionFallback class from another.

Applies to