Metodo NamedKey<T>.Equals (SfcKey)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides Function Equals ( _
    other As SfcKey _
) As Boolean
'Utilizzo
Dim instance As NamedKey 
Dim other As SfcKey 
Dim returnValue As Boolean 

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

Parametri

Valore restituito

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

Implementa

IEquatable<T>.Equals(T)

Vedere anche

Riferimento

NamedKey<T> Classe

Overload Equals

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc