Bagikan melalui


CustomAttributeTypedArgument.Equality Operator

Definisi

Menguji apakah dua CustomAttributeTypedArgument struktur setara.

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

Parameter

left
CustomAttributeTypedArgument

Struktur CustomAttributeTypedArgument di sebelah kiri operator kesetaraan.

right
CustomAttributeTypedArgument

Struktur CustomAttributeTypedArgument di sebelah kanan operator kesetaraan.

Mengembalikan

true jika kedua CustomAttributeTypedArgument struktur sama; jika tidak, false.

Keterangan

Metode yang setara untuk operator ini adalah CustomAttributeTypedArgument.Equals.

Berlaku untuk