DispatcherProcessingDisabled.Inequality Operator

Definition

Bestimmt, ob zwei DispatcherProcessingDisabled Objekte nicht gleich sind.

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

Parameter

left
DispatcherProcessingDisabled

Das erste zu vergleichende Objekt.

right
DispatcherProcessingDisabled

Das zweite zu vergleichende Objekt.

Gibt zurück

true wenn die DispatcherProcessingDisabled Objekte nicht gleich sind; andernfalls false.

Gilt für:

Weitere Informationen