Compartilhar via


IntegrationServices.Key.Inequality Operador

Definição

Determina se os dois objetos de chave especificados têm valores diferentes.

Sobrecargas

Inequality(IntegrationServices+Key, IntegrationServices+Key)

Indica se os dois objetos de chave especificados têm valores diferentes usando os operandos especificados.

Inequality(IntegrationServices+Key, Object)

Indica se o objeto especificado e o lado esquerdo da chave são diferentes.

Inequality(Object, IntegrationServices+Key)

Indica se o objeto especificado e o lado direito da chave são diferentes.

Inequality(IntegrationServices+Key, IntegrationServices+Key)

Indica se os dois objetos de chave especificados têm valores diferentes 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 op_Inequality : 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 dois objetos de chave especificados tiverem valores diferentes usando os operandos especificados; caso contrário, false.

Aplica-se a

Inequality(IntegrationServices+Key, Object)

Indica se o objeto especificado e o lado esquerdo da chave são diferentes.

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 op_Inequality : 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 diferentes; caso contrário, false.

Aplica-se a

Inequality(Object, IntegrationServices+Key)

Indica se o objeto especificado e o lado direito da chave são diferentes.

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 op_Inequality : 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 diferentes; caso contrário, false.

Aplica-se a