CustomAttributeNamedArgument.Inequality Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Testa se duas CustomAttributeNamedArgument estruturas são diferentes.
public:
static bool operator !=(System::Reflection::CustomAttributeNamedArgument left, System::Reflection::CustomAttributeNamedArgument right);
public static bool operator !=(System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean
Parâmetros
A estrutura à esquerda do operador de desigualdade.
A estrutura à direita do operador de desigualdade.
Devoluções
true se as duas CustomAttributeNamedArgument estruturas forem diferentes; caso contrário, false.
Observações
O método equivalente para este operador é CustomAttributeNamedArgument.Equals.