DispatcherProcessingDisabled.Equality Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se dois DispatcherProcessingDisabled objetos 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 ( = ) : System.Windows.Threading.DispatcherProcessingDisabled * System.Windows.Threading.DispatcherProcessingDisabled -> bool
Public Shared Operator == (left As DispatcherProcessingDisabled, right As DispatcherProcessingDisabled) As Boolean
Parâmetros
O primeiro objeto a comparar.
O segundo objeto para comparar.
Devoluções
true se os DispatcherProcessingDisabled objetos forem iguais; caso contrário, false.