CustomAttributeTypedArgument.Equality Operator
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Struktur CustomAttributeTypedArgument di sebelah kiri operator kesetaraan.
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.