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, který se má porovnat.

right
DispatcherProcessingDisabled

Druhý objekt, který chcete porovnat.

Návraty

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

Platí pro

Viz také