CustomAttributeTypedArgument.Inequality Operador

Definição

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

left
CustomAttributeTypedArgument

A estrutura CustomAttributeTypedArgument à esquerda do operador de desigualdade.

right
CustomAttributeTypedArgument

A estrutura CustomAttributeTypedArgument à direita do operador de desigualdade.

Retornos

Boolean

true se as duas estruturas CustomAttributeTypedArgument forem diferentes; caso contrário, false.

Comentários

O método equivalente para esse operador é CustomAttributeTypedArgument.Equals.

Aplica-se a