NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Char.GetHashCode

Returns the hash code for a 2-byte Unicode character.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

Return Value

A hash code for this instance.

Remarks

There are no sign extension from the casts because unsigned chars are returned.

See Also

Char Structure | Char Members | System Namespace | Hashtable | IHashCodeProvider