CustomAttributeNamedArgument.Equality Operatör

Tanım

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

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

Parametreler

left
CustomAttributeNamedArgument

Eşitlik işlecinin solundaki yapı.

right
CustomAttributeNamedArgument

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

Döndürülenler

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

Açıklamalar

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

Şunlara uygulanır