Bagikan melalui


CustomAttributeTypedArgument.Inequality Operator

Definisi

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

left
CustomAttributeTypedArgument

Struktur CustomAttributeTypedArgument di sebelah kiri operator ketidaksamaan.

right
CustomAttributeTypedArgument

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.

Berlaku untuk