CustomAttributeTypedArgument.Equality Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
CustomAttributeTypedArgument Eşitlik işlecinin solundaki yapı.
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.