GetHashCode Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the hash code for this instance.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public override int GetHashCode()
Visual Basic (Declaration)
Public Overrides Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() override

Return Value

An Int32 value.

See Also