ExceptionHandler.Inequality(ExceptionHandler, ExceptionHandler) Operatore

Definizione

Determina se due istanze specificate dell'oggetto ExceptionHandler non sono uguali.

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

Parametri

left
ExceptionHandler

Primo oggetto da confrontare.

right
ExceptionHandler

Secondo oggetto da confrontare.

Restituisce

true se left e right non sono uguali; in caso contrario, false.

Si applica a