DispatcherProcessingDisabled.Inequality Betreiber

Definition

Bestimmt, ob zwei DispatcherProcessingDisabled-Objekte ungleich 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

Boolean

true, wenn die DispatcherProcessingDisabled-Objekte ungleich sind, andernfalls false.

Gilt für

Siehe auch