CustomAttributeNamedArgument.Equality Operador

Definición

Prueba si dos estructuras CustomAttributeNamedArgument son equivalentes.

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 ( = ) : 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 igualdad.

right
CustomAttributeNamedArgument

Estructura situada a la derecha del operador de igualdad.

Devoluciones

Boolean

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

Comentarios

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

Se aplica a