CustomAttributeTypedArgument.Equality Operador

Definição

Testa se duas estruturas CustomAttributeTypedArgument são equivalentes.

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

right
CustomAttributeTypedArgument

A estrutura CustomAttributeTypedArgument à direita do operador de igualdade.

Retornos

Boolean

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

Comentários

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

Aplica-se a