IntegrationServices.Key.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(IntegrationServices+Key, IntegrationServices+Key) |
Indique si les objets clés ont la même valeur à l'aide des opérandes spécifiés. |
Equality(IntegrationServices+Key, Object) |
Indique si l'objet spécifié et le côté gauche de la clé sont égaux. |
Equality(Object, IntegrationServices+Key) |
Indique si l'objet spécifié et le côté droit de la clé sont égaux. |
Equality(IntegrationServices+Key, IntegrationServices+Key)
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::IntegrationServices::Key ^ leftOperand, Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ rightOperand);
public static bool operator == (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key leftOperand, Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key * Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key -> bool
Public Shared Operator == (leftOperand As IntegrationServices.Key, rightOperand As IntegrationServices.Key) As Boolean
Paramètres
- leftOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté gauche de la clé à comparer.
- rightOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté droit de la clé à comparer.
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(IntegrationServices+Key, 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::IntegrationServices::Key ^ leftOperand, System::Object ^ obj);
public static bool operator == (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key * obj -> bool
Public Shared Operator == (leftOperand As IntegrationServices.Key, obj As Object) As Boolean
Paramètres
- leftOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté gauche de la clé à comparer.
- 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, IntegrationServices+Key)
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::IntegrationServices::Key ^ rightOperand);
public static bool operator == (object obj, Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As IntegrationServices.Key) As Boolean
Paramètres
- obj
- Object
Objet spécifié.
- rightOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté droit de la clé à comparer.
Retours
true si l’objet spécifié et le côté droit de la clé sont égaux ; sinon, false.