Sdílet prostřednictvím


DispatcherProcessingDisabled.Inequality Operátor

Definice

Určuje, zda se dva DispatcherProcessingDisabled objekty nerovnají.

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

Parametry

left
DispatcherProcessingDisabled

První objekt k porovnání

right
DispatcherProcessingDisabled

Druhý objekt k porovnání

Návraty

Boolean

truepokud jsou DispatcherProcessingDisabled objekty nerovné; jinak . false

Platí pro

Viz také