DispatcherProcessingDisabled.Equality Operador

Definição

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

left
DispatcherProcessingDisabled

O primeiro objeto a ser comparado.

right
DispatcherProcessingDisabled

O segundo objeto a ser comparado.

Retornos

Boolean

true se os objetos DispatcherProcessingDisabled forem iguais, caso contrário, false.

Aplica-se a

Confira também