RelayEqualityComparer<T>.GetHashCode Method (T)
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As T _
) As Integer
public int GetHashCode(
T obj
)
public:
virtual int GetHashCode(
T obj
) sealed
abstract GetHashCode :
obj:'T -> int
override GetHashCode :
obj:'T -> int
public final function GetHashCode(
obj : T
) : int
Parameters
- obj
Type: T
Return Value
Type: System.Int32
Returns Int32.
Implements
IEqualityComparer<T>.GetHashCode(T)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.