CustomAttributeTypedArgument.Inequality 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.
Testa se as duas estruturas CustomAttributeTypedArgument são diferentes.
public:
static bool operator !=(System::Reflection::CustomAttributeTypedArgument left, System::Reflection::CustomAttributeTypedArgument right);
public static bool operator != (System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator != (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean
Parâmetros
A estrutura CustomAttributeTypedArgument à esquerda do operador de desigualdade.
A estrutura CustomAttributeTypedArgument à direita do operador de desigualdade.
Retornos
true
se as duas estruturas CustomAttributeTypedArgument forem diferentes; caso contrário, false
.
Comentários
O método equivalente para esse operador é CustomAttributeTypedArgument.Equals.