IntegrationServices.Key.Equality Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se os dois objetos de chave têm o mesmo valor.
Sobrecargas
Equality(IntegrationServices+Key, IntegrationServices+Key) |
Indica se os objetos de chave têm o mesmo valor usando os operandos especificados. |
Equality(IntegrationServices+Key, Object) |
Indica se o objeto especificado e o lado esquerdo da chave são iguais. |
Equality(Object, IntegrationServices+Key) |
Indica se o objeto especificado e o lado direito da chave são iguais. |
Equality(IntegrationServices+Key, IntegrationServices+Key)
Indica se os objetos de chave têm o mesmo valor usando os operandos especificados.
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
Parâmetros
- leftOperand
- IntegrationServices.Key
Um objeto IntegrationServices.Key que representa o lado esquerdo da chave a ser comparada.
- rightOperand
- IntegrationServices.Key
Um objeto IntegrationServices.Key que representa o lado direito da chave a ser comparada.
Retornos
true se os objetos de chave tiverem o mesmo valor usando os operandos especificados; caso contrário, false.
Aplica-se a
Equality(IntegrationServices+Key, Object)
Indica se o objeto especificado e o lado esquerdo da chave são iguais.
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
Parâmetros
- leftOperand
- IntegrationServices.Key
Um objeto IntegrationServices.Key que representa o lado esquerdo da chave a ser comparada.
- obj
- Object
O objeto especificado
Retornos
true se o objeto especificado e o lado esquerdo da chave forem iguais; caso contrário, false.
Aplica-se a
Equality(Object, IntegrationServices+Key)
Indica se o objeto especificado e o lado direito da chave são iguais.
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
Parâmetros
- obj
- Object
O objeto especificado.
- rightOperand
- IntegrationServices.Key
Um objeto IntegrationServices.Key que representa o lado direito da chave a ser comparada.
Retornos
true se o objeto especificado e o lado direito da chave forem iguais; caso contrário, false.