Sdílet prostřednictvím


IdentityDescriptorComparer.Equals Method (IdentityDescriptor, IdentityDescriptor)

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function Equals ( _
    x As IdentityDescriptor, _
    y As IdentityDescriptor _
) As Boolean
public bool Equals(
    IdentityDescriptor x,
    IdentityDescriptor y
)
public:
virtual bool Equals(
    IdentityDescriptor^ x, 
    IdentityDescriptor^ y
) sealed
abstract Equals : 
        x:IdentityDescriptor * 
        y:IdentityDescriptor -> bool  
override Equals : 
        x:IdentityDescriptor * 
        y:IdentityDescriptor -> bool
public final function Equals(
    x : IdentityDescriptor, 
    y : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IEqualityComparer<T>.Equals(T, T)

.NET Framework Security

See Also

Reference

IdentityDescriptorComparer Class

Equals Overload

Microsoft.VisualStudio.Services.Identity Namespace