IdentityDescriptorComparer.GetHashCode Method (IdentityDescriptor)
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As IdentityDescriptor _
) As Integer
public int GetHashCode(
IdentityDescriptor obj
)
public:
virtual int GetHashCode(
IdentityDescriptor^ obj
) sealed
abstract GetHashCode :
obj:IdentityDescriptor -> int
override GetHashCode :
obj:IdentityDescriptor -> int
public final function GetHashCode(
obj : IdentityDescriptor
) : int
Parameters
Return Value
Type: System.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.