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!

TypedReference.GetHashCode

Returns the hash code of this object.

[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 of this object.

Exceptions

Exception Type Condition
NotSupportedException This method is not implemented.

See Also

TypedReference Structure | TypedReference Members | System Namespace