DispatcherProcessingDisabled.Inequality Operador

Definição

Determina se dois DispatcherProcessingDisabled objetos 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 comparar.

right
DispatcherProcessingDisabled

O segundo objeto para comparar.

Devoluções

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

Aplica-se a

Ver também