DispatcherProcessingDisabled.Inequality Operator

Definition

Avgör om två DispatcherProcessingDisabled objekt inte är lika med.

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

Parametrar

left
DispatcherProcessingDisabled

Det första objektet som ska jämföras.

right
DispatcherProcessingDisabled

Det andra objektet att jämföra.

Returer

trueom objekten DispatcherProcessingDisabled inte är lika med, annars . false

Gäller för

Se även