Assembly.Inequality(Assembly, Assembly) Operador

Definição

Indica se dois objetos Assembly não são iguais.

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

Parâmetros

left
Assembly

O assembly a ser comparado com right.

right
Assembly

O assembly a ser comparado com left.

Retornos

true se left não for igual a right; caso contrário, false.

Aplica-se a