CustomAttributeTypedArgument.Inequality 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 berbeda.
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 op_Inequality : 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 ketidaksamaan.
Struktur CustomAttributeTypedArgument di sebelah kanan operator ketidaksamaan.
Mengembalikan
true
jika kedua CustomAttributeTypedArgument struktur berbeda; jika tidak, false
.
Keterangan
Metode yang setara untuk operator ini adalah CustomAttributeTypedArgument.Equals.