PropertyValueBase.GetHashCode Method

Need to override this if we override Equals

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Overrides Function GetHashCode As Integer
‘사용 방법
Dim instance As PropertyValueBase
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

PropertyValueBase Class

PropertyValueBase Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace