Compartilhar via


Método IntegrationServices.Key.Equals (SfcKey)

Indicates whether the current key is the same as the specified key.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public Overrides Function Equals ( _
    key As SfcKey _
) As Boolean
'Uso
Dim instance As IntegrationServices.Key 
Dim key As SfcKey 
Dim returnValue As Boolean 

returnValue = instance.Equals(key)
public override bool Equals(
    SfcKey key
)
public:
virtual bool Equals(
    SfcKey^ key
) override
abstract Equals : 
        key:SfcKey -> bool  
override Equals : 
        key:SfcKey -> bool
public override function Equals(
    key : SfcKey
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the current key is the same as the specified key; otherwise, false.

Implementa

IEquatable<T>.Equals(T)

Consulte também

Referência

IntegrationServices.Key Classe

Sobrecarregado Equals

Namespace Microsoft.SqlServer.Management.IntegrationServices