DispatcherProcessingDisabled.Inequality Operador

Definição

Determina se dois objetos DispatcherProcessingDisabled não são iguais.

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

O primeiro objeto a ser comparado.

right
DispatcherProcessingDisabled

O segundo objeto a ser comparado.

Retornos

Boolean

true se os objetos DispatcherProcessingDisabled não forem iguais, do contrário, false.

Aplica-se a

Confira também