Assembly.Inequality(Assembly, Assembly) Operator

Definicja

Wskazuje, czy dwa Assembly obiekty nie są równe.

public:
 static bool operator !=(System::Reflection::Assembly ^ left, System::Reflection::Assembly ^ right);
public static bool operator != (System.Reflection.Assembly? left, System.Reflection.Assembly? right);
public static bool operator != (System.Reflection.Assembly left, System.Reflection.Assembly right);
static member op_Inequality : System.Reflection.Assembly * System.Reflection.Assembly -> bool
Public Shared Operator != (left As Assembly, right As Assembly) As Boolean

Parametry

left
Assembly

Zestaw do porównania z elementem right.

right
Assembly

Zestaw do porównania z elementem left.

Zwraca

truejeśli left nie jest równe right; w przeciwnym razie . false

Dotyczy