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!

Byte.GetHashCode

Returns the hash code for this Byte.

[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

The hash code for this instance.

Remarks

The GetHashCode method returns the absolute value of the byte value of this instance. It overrides GetHashCode.

See Also

Byte Structure | Byte Members | System Namespace