CustomAttributeNamedArgument.Equality Operador

Definição

Testa se duas estruturas CustomAttributeNamedArgument são 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

A estrutura à esquerda do operador de igualdade.

right
CustomAttributeNamedArgument

A estrutura à direita do operador de igualdade.

Retornos

Boolean

true se as duas estruturas CustomAttributeNamedArgument forem iguais; caso contrário, false.

Comentários

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

Aplica-se a