EncodingInfo.GetHashCode Method

Definition

Returns the hash code for the current EncodingInfo object.

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

Returns

A 32-bit signed integer hash code.

Remarks

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

Applies to