Méthode NamedKey<T>.Equals (NamedKey<T>)
Compares a name key to the specified key for value of equality.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function Equals ( _
other As NamedKey(Of T) _
) As Boolean
'Utilisation
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
Paramètres
- other
Type : Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
A key to compare.
Valeur de retour
Type : System.Boolean
True if the keys are equal in value; otherwise, false.