DispatcherProcessingDisabled.Equality Operador

Definição

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

left
DispatcherProcessingDisabled

O primeiro objeto a comparar.

right
DispatcherProcessingDisabled

O segundo objeto para comparar.

Devoluções

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

Aplica-se a

Ver também