DispatcherProcessingDisabled.Inequality Opérateur

Définition

Détermine si deux DispatcherProcessingDisabled objets ne sont pas é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

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

S’applique à

Voir aussi