UTF7Encoding.GetHashCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.