CustomAttributeTypedArgument.Equality Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Testa se duas CustomAttributeTypedArgument estruturas 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
A CustomAttributeTypedArgument estrutura à esquerda do operador de igualdade.
A CustomAttributeTypedArgument estrutura à direita do operador de igualdade.
Devoluções
true se as duas CustomAttributeTypedArgument estruturas forem iguais; caso contrário, false.
Observações
O método equivalente para este operador é CustomAttributeTypedArgument.Equals.