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!

SByte.GetHashCode

Returns the hash code for this SByte. The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.

[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

[Visual Basic] The SByte type cannot be used in Visual Basic.

Return Value [C#, C++, JScript]

The absolute value of SByte for this instance.

Remarks [C#, C++, JScript]

Overrides GetHashCode.

See Also

SByte Structure | SByte Members | System Namespace | Int32