IdKey.Equality Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si les deux objets clés ont la même valeur.
Surcharges
Equality(IdKey, IdKey) |
Indique si les objets clés ont la même valeur à l'aide des opérandes spécifiés. |
Equality(IdKey, Object) |
Indique si l'objet spécifié et le côté gauche de la clé sont égaux. |
Equality(Object, IdKey) |
Indique si l'objet spécifié et le côté droit de la clé sont égaux. |
Equality(IdKey, IdKey)
Indique si les objets clés ont la même valeur à l'aide des opérandes spécifiés.
public:
static bool operator ==(Microsoft::SqlServer::Management::IntegrationServices::IdKey ^ leftOperand, Microsoft::SqlServer::Management::IntegrationServices::IdKey ^ rightOperand);
public static bool operator == (Microsoft.SqlServer.Management.IntegrationServices.IdKey leftOperand, Microsoft.SqlServer.Management.IntegrationServices.IdKey rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.IntegrationServices.IdKey * Microsoft.SqlServer.Management.IntegrationServices.IdKey -> bool
Public Shared Operator == (leftOperand As IdKey, rightOperand As IdKey) As Boolean
Paramètres
Retours
true si les objets clés ont la même valeur à l’aide des opérandes spécifiés ; sinon, false.
S’applique à
Equality(IdKey, Object)
Indique si l'objet spécifié et le côté gauche de la clé sont égaux.
public:
static bool operator ==(Microsoft::SqlServer::Management::IntegrationServices::IdKey ^ leftOperand, System::Object ^ obj);
public static bool operator == (Microsoft.SqlServer.Management.IntegrationServices.IdKey leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.IntegrationServices.IdKey * obj -> bool
Public Shared Operator == (leftOperand As IdKey, obj As Object) As Boolean
Paramètres
- obj
- Object
Objet spécifié.
Retours
true si l’objet spécifié et le côté gauche de la clé sont égaux ; sinon, false.
S’applique à
Equality(Object, IdKey)
Indique si l'objet spécifié et le côté droit de la clé sont égaux.
public:
static bool operator ==(System::Object ^ obj, Microsoft::SqlServer::Management::IntegrationServices::IdKey ^ rightOperand);
public static bool operator == (object obj, Microsoft.SqlServer.Management.IntegrationServices.IdKey rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.IntegrationServices.IdKey -> bool
Public Shared Operator == (obj As Object, rightOperand As IdKey) As Boolean
Paramètres
- obj
- Object
Objet spécifié.
Retours
true si l’objet spécifié et le côté droit de la clé sont égaux ; sinon, false.