DispatcherProcessingDisabled.Inequality Opérateur

Définition

Détermine si deux objets DispatcherProcessingDisabled sont inégaux.

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

Paramètres

left
DispatcherProcessingDisabled

Premier objet à comparer.

right
DispatcherProcessingDisabled

Deuxième objet à comparer.

Retours

Boolean

true si les objets DispatcherProcessingDisabled ne sont pas égaux ; sinon false.

S’applique à

Voir aussi