Sdílet prostřednictvím


DispatcherProcessingDisabled.Equality Operátor

Definice

Určuje, zda jsou dva DispatcherProcessingDisabled objekty stejné.

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

Parametry

left
DispatcherProcessingDisabled

První objekt k porovnání

right
DispatcherProcessingDisabled

Druhý objekt k porovnání

Návraty

Boolean

true jsou-li DispatcherProcessingDisabled objekty stejné; jinak, false.

Platí pro

Viz také