DispatcherProcessingDisabled.Inequality Operador

Definición

Determina si dos objetos DispatcherProcessingDisabled no son iguales.

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

Parámetros

left
DispatcherProcessingDisabled

Primer objeto que se va a comparar.

right
DispatcherProcessingDisabled

Segundo objeto que se va a comparar.

Devoluciones

Boolean

Es true si los objetos DispatcherProcessingDisabled no son iguales; en caso contrario, es false.

Se aplica a

Consulte también