CustomAttributeNamedArgument.Equality Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Verifica se due strutture CustomAttributeNamedArgument sono equivalenti.
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
Parametri
Struttura a sinistra dell'operatore di uguaglianza.
Struttura a destra dell'operatore di uguaglianza.
Restituisce
true
se le due strutture CustomAttributeNamedArgument sono uguali; in caso contrario, false
.
Commenti
Il metodo equivalente per questo operatore è CustomAttributeNamedArgument.Equals.