LongRowSetKeyComparator.IEqualityComparer.GetHashCode Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Private Function GetHashCode ( _
obj As Object _
) As Integer Implements IEqualityComparer.GetHashCode
int IEqualityComparer.GetHashCode(
Object obj
)
private:
virtual int GetHashCode(
Object^ obj
) sealed = IEqualityComparer::GetHashCode
private abstract GetHashCode :
obj:Object -> int
private override GetHashCode :
obj:Object -> int
JScript does not support explicit interface implementations.
Parameters
- obj
Type: System.Object
Return Value
Type: System.Int32
Implements
IEqualityComparer.GetHashCode(Object)
.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.