AttributeDescriptorComparer.GetHashCode Method (AttributeDescriptor)
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As AttributeDescriptor _
) As Integer
public int GetHashCode(
AttributeDescriptor obj
)
public:
virtual int GetHashCode(
AttributeDescriptor^ obj
) sealed
abstract GetHashCode :
obj:AttributeDescriptor -> int
override GetHashCode :
obj:AttributeDescriptor -> int
public final function GetHashCode(
obj : AttributeDescriptor
) : 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.