DispatcherProcessingDisabled.Equality Opérateur

Définition

Détermine si deux objets DispatcherProcessingDisabled sont identiques.

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 ( = ) : 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 objets DispatcherProcessingDisabled sont égaux ; sinon, false.

S’applique à

Voir aussi