Méthode NamedKey<T>.Equals (Object, Object)
Compares the two keys 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 Shared Function Equals ( _
leftOperand As Object, _
rightOperand As Object _
) As Boolean
'Utilisation
Dim leftOperand As Object
Dim rightOperand As Object
Dim returnValue As Boolean
returnValue = NamedKey.Equals(leftOperand, _
rightOperand)
public static bool Equals(
Object leftOperand,
Object rightOperand
)
public:
static bool Equals(
Object^ leftOperand,
Object^ rightOperand
)
static member Equals :
leftOperand:Object *
rightOperand:Object -> bool
public static function Equals(
leftOperand : Object,
rightOperand : Object
) : boolean
Paramètres
- leftOperand
Type : System.Object
The first key to compare.
- rightOperand
Type : System.Object
The second key to compare.
Valeur de retour
Type : System.Boolean
True if the keys are equal; otherwise, false.