Share via


AttributeDescriptorComparer.Equals-Methode (AttributeDescriptor, AttributeDescriptor)

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

Syntax

'Declaration
Public Function Equals ( _
    x As AttributeDescriptor, _
    y As AttributeDescriptor _
) As Boolean
public bool Equals(
    AttributeDescriptor x,
    AttributeDescriptor y
)

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

IEqualityComparer<T>.Equals(T, T)

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributeDescriptorComparer Klasse

Equals-Überladung

Microsoft.VisualStudio.Services.Profile-Namespace