DispatcherProcessingDisabled.Inequality Operatore

Definizione

Determina se due DispatcherProcessingDisabled oggetti non sono uguali.

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

Parametri

left
DispatcherProcessingDisabled

Primo oggetto da confrontare.

right
DispatcherProcessingDisabled

Secondo oggetto da confrontare.

Valori restituiti

true se gli DispatcherProcessingDisabled oggetti non sono uguali; in caso contrario, false.

Si applica a

Vedi anche