UTF7Encoding.GetHashCode Method

Definition

Returns the hash code for the current UTF7Encoding object.

public:
 override int GetHashCode();
public override int GetHashCode ();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

A 32-bit signed integer hash code.

Attributes

Remarks

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

Applies to