Opérateur NamedDomainKey<T>.Equality
Returns whether the two keys are equal.
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 Shared Operator = ( _
leftOperand As NamedDomainKey(Of T), _
rightOperand As NamedDomainKey(Of T) _
) As Boolean
'Utilisation
Dim leftOperand As NamedDomainKey(Of T)
Dim rightOperand As NamedDomainKey(Of T)
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
NamedDomainKey<T> leftOperand,
NamedDomainKey<T> rightOperand
)
public:
static bool operator ==(
NamedDomainKey<T>^ leftOperand,
NamedDomainKey<T>^ rightOperand
)
static let inline(=)
leftOperand:NamedDomainKey<'T> *
rightOperand:NamedDomainKey<'T> : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- leftOperand
Type : Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
A key to compare.
- rightOperand
Type : Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
A key to compare.
Valeur de retour
Type : System.Boolean
True if the two keys are equal; otherwise, false.