CustomAttributeNamedArgument.Inequality Operador

Definición

Prueba si dos estructuras de CustomAttributeNamedArgument son 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

left
CustomAttributeNamedArgument

Estructura situada a la izquierda del operador de desigualdad.

right
CustomAttributeNamedArgument

Estructura situada a la derecha del operador de desigualdad.

Devoluciones

Boolean

true si las dos estructuras CustomAttributeNamedArgument son diferentes; de lo contrario, false.

Comentarios

El método equivalente para este operador es CustomAttributeNamedArgument.Equals.

Se aplica a