CustomAttributeTypedArgument.Equality Operatör

Tanım

İki CustomAttributeTypedArgument yapının eşdeğer olup olmadığını sınar.

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

Parametreler

left
CustomAttributeTypedArgument

CustomAttributeTypedArgument Eşitlik işlecinin solundaki yapı.

right
CustomAttributeTypedArgument

CustomAttributeTypedArgument Eşitlik işlecinin sağındaki yapı.

Döndürülenler

true iki CustomAttributeTypedArgument yapı eşitse; değilse, false.

Açıklamalar

Bu işlecin eşdeğer yöntemidir CustomAttributeTypedArgument.Equals.

Şunlara uygulanır