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;
The hash code for this instance.
The GetHashCode method returns the absolute value of the byte value of this instance. It overrides GetHashCode.