LabelVersionSpec.GetHashCode Method

Generates a hash code for this instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As LabelVersionSpec 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
public override function GetHashCode() : int

Return Value

Type: System.Int32
Returns a hash code for this instance.

.NET Framework Security

See Also

Reference

LabelVersionSpec Class

LabelVersionSpec Members

Microsoft.TeamFoundation.VersionControl.Client Namespace