Método NamedKey<T>.Equals (NamedKey<T>)

Compares a name key to the specified key for value of equality.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Function Equals ( _
    other As NamedKey(Of T) _
) As Boolean
'Uso
Dim instance As NamedKey 
Dim other As NamedKey(Of T)
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public bool Equals(
    NamedKey<T> other
)
public:
virtual bool Equals(
    NamedKey<T>^ other
) sealed
abstract Equals : 
        other:NamedKey<'T> -> bool  
override Equals : 
        other:NamedKey<'T> -> bool
public final function Equals(
    other : NamedKey<T>
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
True if the keys are equal in value; otherwise, false.

Implementa

IEquatable<T>.Equals(T)

Consulte também

Referência

NamedKey<T> Classe

Sobrecarregado Equals

Namespace Microsoft.SqlServer.Management.Sdk.Sfc