DispatcherProcessingDisabled.Equality Operador

Definición

Determina si los dos objetos DispatcherProcessingDisabled son iguales.

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

Primer objeto que se va a comparar.

right
DispatcherProcessingDisabled

Segundo objeto que se va a comparar.

Devoluciones

Es true si los objetos DispatcherProcessingDisabled son iguales; de lo contrario, es false.

Se aplica a

Consulte también