DiffLineComparer.GetHashCode Method (DiffLine)

Provide the hash code for the given DiffElement.

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

Syntax

'Declaration
Public Function GetHashCode ( _
    element As DiffLine _
) As Integer
public int GetHashCode(
    DiffLine element
)
public:
virtual int GetHashCode(
    DiffLine^ element
) sealed
abstract GetHashCode : 
        element:DiffLine -> int  
override GetHashCode : 
        element:DiffLine -> int
public final function GetHashCode(
    element : DiffLine
) : int

Parameters

Return Value

Type: System.Int32
The hash code.

Implements

IEqualityComparer<T>.GetHashCode(T)

.NET Framework Security

See Also

Reference

DiffLineComparer Class

GetHashCode Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace