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

right
DispatcherProcessingDisabled

Druhý objekt, který chcete porovnat.

Návraty

true DispatcherProcessingDisabled pokud objekty nejsou stejné; jinak , false.

Platí pro

Viz také