IntegrationServices.Key.Equality Operador

Definição

Determina se os dois objetos-chave têm o mesmo valor.

Sobrecargas

Nome Description
Equality(IntegrationServices+Key, IntegrationServices+Key)

Indica se os objetos-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-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 IntegrationServices.Key objeto que representa o lado esquerdo da chave para comparar.

rightOperand
IntegrationServices.Key

Um IntegrationServices.Key objeto que representa o lado direito da chave para comparar.

Retornos

verdadeiro se os objetos-chave tiverem o mesmo valor usando os operandos especificados; caso contrário, falso.

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 IntegrationServices.Key objeto que representa o lado esquerdo da chave para comparar.

obj
Object

O objeto especificado

Retornos

verdadeiro se o objeto especificado e o lado esquerdo da chave forem iguais; caso contrário, falso.

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 IntegrationServices.Key objeto que representa o lado direito da chave para comparar.

Retornos

verdadeiro se o objeto especificado e o lado direito da chave forem iguais; caso contrário, falso.

Aplica-se a