DispatcherProcessingDisabled.Equality Operator

Definicja

Określa, czy dwa DispatcherProcessingDisabled obiekty są równe.

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

Parametry

left
DispatcherProcessingDisabled

Pierwszy obiekt do porównania.

right
DispatcherProcessingDisabled

Drugi obiekt do porównania.

Zwraca

Boolean

trueDispatcherProcessingDisabled jeśli obiekty są równe; w przeciwnym razie . false

Dotyczy

Zobacz też